Documentation ¶
Index ¶
- func PossibleValuesForAutoTrackingConfiguration() []string
- func PossibleValuesForDirection() []string
- func PossibleValuesForPolarization() []string
- func PossibleValuesForProtocol() []string
- func PossibleValuesForProvisioningState() []string
- func ValidateContactProfileID(input interface{}, key string) (warnings []string, errors []error)
- type AutoTrackingConfiguration
- type ContactProfile
- type ContactProfileClient
- func (c ContactProfileClient) ContactProfilesCreateOrUpdate(ctx context.Context, id ContactProfileId, input ContactProfile) (result ContactProfilesCreateOrUpdateOperationResponse, err error)
- func (c ContactProfileClient) ContactProfilesCreateOrUpdateThenPoll(ctx context.Context, id ContactProfileId, input ContactProfile) error
- func (c ContactProfileClient) ContactProfilesDelete(ctx context.Context, id ContactProfileId) (result ContactProfilesDeleteOperationResponse, err error)
- func (c ContactProfileClient) ContactProfilesDeleteThenPoll(ctx context.Context, id ContactProfileId) error
- func (c ContactProfileClient) ContactProfilesGet(ctx context.Context, id ContactProfileId) (result ContactProfilesGetOperationResponse, err error)
- func (c ContactProfileClient) ContactProfilesList(ctx context.Context, id commonids.ResourceGroupId) (resp ContactProfilesListOperationResponse, err error)
- func (c ContactProfileClient) ContactProfilesListBySubscription(ctx context.Context, id commonids.SubscriptionId) (resp ContactProfilesListBySubscriptionOperationResponse, err error)
- func (c ContactProfileClient) ContactProfilesListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ContactProfilesListBySubscriptionCompleteResult, error)
- func (c ContactProfileClient) ContactProfilesListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (resp ContactProfilesListBySubscriptionCompleteResult, err error)
- func (c ContactProfileClient) ContactProfilesListComplete(ctx context.Context, id commonids.ResourceGroupId) (ContactProfilesListCompleteResult, error)
- func (c ContactProfileClient) ContactProfilesListCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (resp ContactProfilesListCompleteResult, err error)
- func (c ContactProfileClient) ContactProfilesUpdateTags(ctx context.Context, id ContactProfileId, input TagsObject) (result ContactProfilesUpdateTagsOperationResponse, err error)
- func (c ContactProfileClient) ContactProfilesUpdateTagsThenPoll(ctx context.Context, id ContactProfileId, input TagsObject) error
- type ContactProfileId
- type ContactProfileLink
- type ContactProfileLinkChannel
- type ContactProfileOperationPredicate
- type ContactProfilesCreateOrUpdateOperationResponse
- type ContactProfilesDeleteOperationResponse
- type ContactProfilesGetOperationResponse
- type ContactProfilesListBySubscriptionCompleteResult
- type ContactProfilesListBySubscriptionOperationResponse
- type ContactProfilesListCompleteResult
- type ContactProfilesListOperationResponse
- type ContactProfilesProperties
- type ContactProfilesPropertiesNetworkConfiguration
- type ContactProfilesUpdateTagsOperationResponse
- type Direction
- type EndPoint
- type Polarization
- type Protocol
- type ProvisioningState
- type TagsObject
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForAutoTrackingConfiguration ¶
func PossibleValuesForAutoTrackingConfiguration() []string
func PossibleValuesForDirection ¶
func PossibleValuesForDirection() []string
func PossibleValuesForPolarization ¶
func PossibleValuesForPolarization() []string
func PossibleValuesForProtocol ¶
func PossibleValuesForProtocol() []string
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func ValidateContactProfileID ¶
ValidateContactProfileID checks that 'input' can be parsed as a Contact Profile ID
Types ¶
type AutoTrackingConfiguration ¶
type AutoTrackingConfiguration string
const ( AutoTrackingConfigurationDisabled AutoTrackingConfiguration = "disabled" AutoTrackingConfigurationSBand AutoTrackingConfiguration = "sBand" AutoTrackingConfigurationXBand AutoTrackingConfiguration = "xBand" )
type ContactProfile ¶
type ContactProfile struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties *ContactProfilesProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type ContactProfileClient ¶
type ContactProfileClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewContactProfileClientWithBaseURI ¶
func NewContactProfileClientWithBaseURI(endpoint string) ContactProfileClient
func (ContactProfileClient) ContactProfilesCreateOrUpdate ¶
func (c ContactProfileClient) ContactProfilesCreateOrUpdate(ctx context.Context, id ContactProfileId, input ContactProfile) (result ContactProfilesCreateOrUpdateOperationResponse, err error)
ContactProfilesCreateOrUpdate ...
func (ContactProfileClient) ContactProfilesCreateOrUpdateThenPoll ¶
func (c ContactProfileClient) ContactProfilesCreateOrUpdateThenPoll(ctx context.Context, id ContactProfileId, input ContactProfile) error
ContactProfilesCreateOrUpdateThenPoll performs ContactProfilesCreateOrUpdate then polls until it's completed
func (ContactProfileClient) ContactProfilesDelete ¶
func (c ContactProfileClient) ContactProfilesDelete(ctx context.Context, id ContactProfileId) (result ContactProfilesDeleteOperationResponse, err error)
ContactProfilesDelete ...
func (ContactProfileClient) ContactProfilesDeleteThenPoll ¶
func (c ContactProfileClient) ContactProfilesDeleteThenPoll(ctx context.Context, id ContactProfileId) error
ContactProfilesDeleteThenPoll performs ContactProfilesDelete then polls until it's completed
func (ContactProfileClient) ContactProfilesGet ¶
func (c ContactProfileClient) ContactProfilesGet(ctx context.Context, id ContactProfileId) (result ContactProfilesGetOperationResponse, err error)
ContactProfilesGet ...
func (ContactProfileClient) ContactProfilesList ¶
func (c ContactProfileClient) ContactProfilesList(ctx context.Context, id commonids.ResourceGroupId) (resp ContactProfilesListOperationResponse, err error)
ContactProfilesList ...
func (ContactProfileClient) ContactProfilesListBySubscription ¶
func (c ContactProfileClient) ContactProfilesListBySubscription(ctx context.Context, id commonids.SubscriptionId) (resp ContactProfilesListBySubscriptionOperationResponse, err error)
ContactProfilesListBySubscription ...
func (ContactProfileClient) ContactProfilesListBySubscriptionComplete ¶
func (c ContactProfileClient) ContactProfilesListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ContactProfilesListBySubscriptionCompleteResult, error)
ContactProfilesListBySubscriptionComplete retrieves all of the results into a single object
func (ContactProfileClient) ContactProfilesListBySubscriptionCompleteMatchingPredicate ¶
func (c ContactProfileClient) ContactProfilesListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate ContactProfileOperationPredicate) (resp ContactProfilesListBySubscriptionCompleteResult, err error)
ContactProfilesListBySubscriptionCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ContactProfileClient) ContactProfilesListComplete ¶
func (c ContactProfileClient) ContactProfilesListComplete(ctx context.Context, id commonids.ResourceGroupId) (ContactProfilesListCompleteResult, error)
ContactProfilesListComplete retrieves all of the results into a single object
func (ContactProfileClient) ContactProfilesListCompleteMatchingPredicate ¶
func (c ContactProfileClient) ContactProfilesListCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate ContactProfileOperationPredicate) (resp ContactProfilesListCompleteResult, err error)
ContactProfilesListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ContactProfileClient) ContactProfilesUpdateTags ¶
func (c ContactProfileClient) ContactProfilesUpdateTags(ctx context.Context, id ContactProfileId, input TagsObject) (result ContactProfilesUpdateTagsOperationResponse, err error)
ContactProfilesUpdateTags ...
func (ContactProfileClient) ContactProfilesUpdateTagsThenPoll ¶
func (c ContactProfileClient) ContactProfilesUpdateTagsThenPoll(ctx context.Context, id ContactProfileId, input TagsObject) error
ContactProfilesUpdateTagsThenPoll performs ContactProfilesUpdateTags then polls until it's completed
type ContactProfileId ¶
type ContactProfileId struct { SubscriptionId string ResourceGroupName string ContactProfileName string }
ContactProfileId is a struct representing the Resource ID for a Contact Profile
func NewContactProfileID ¶
func NewContactProfileID(subscriptionId string, resourceGroupName string, contactProfileName string) ContactProfileId
NewContactProfileID returns a new ContactProfileId struct
func ParseContactProfileID ¶
func ParseContactProfileID(input string) (*ContactProfileId, error)
ParseContactProfileID parses 'input' into a ContactProfileId
func ParseContactProfileIDInsensitively ¶
func ParseContactProfileIDInsensitively(input string) (*ContactProfileId, error)
ParseContactProfileIDInsensitively parses 'input' case-insensitively into a ContactProfileId note: this method should only be used for API response data and not user input
func (ContactProfileId) ID ¶
func (id ContactProfileId) ID() string
ID returns the formatted Contact Profile ID
func (ContactProfileId) Segments ¶
func (id ContactProfileId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Contact Profile ID
func (ContactProfileId) String ¶
func (id ContactProfileId) String() string
String returns a human-readable description of this Contact Profile ID
type ContactProfileLink ¶
type ContactProfileLink struct { Channels []ContactProfileLinkChannel `json:"channels"` Direction Direction `json:"direction"` EirpdBW *float64 `json:"eirpdBW,omitempty"` GainOverTemperature *float64 `json:"gainOverTemperature,omitempty"` Name string `json:"name"` Polarization Polarization `json:"polarization"` }
type ContactProfileLinkChannel ¶
type ContactProfileLinkChannel struct { BandwidthMHz float64 `json:"bandwidthMHz"` CenterFrequencyMHz float64 `json:"centerFrequencyMHz"` DecodingConfiguration *string `json:"decodingConfiguration,omitempty"` DemodulationConfiguration *string `json:"demodulationConfiguration,omitempty"` EncodingConfiguration *string `json:"encodingConfiguration,omitempty"` EndPoint EndPoint `json:"endPoint"` ModulationConfiguration *string `json:"modulationConfiguration,omitempty"` Name string `json:"name"` }
type ContactProfileOperationPredicate ¶
type ContactProfileOperationPredicate struct { Etag *string Id *string Location *string Name *string Type *string }
func (ContactProfileOperationPredicate) Matches ¶
func (p ContactProfileOperationPredicate) Matches(input ContactProfile) bool
type ContactProfilesCreateOrUpdateOperationResponse ¶
type ContactProfilesCreateOrUpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type ContactProfilesDeleteOperationResponse ¶
type ContactProfilesDeleteOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type ContactProfilesGetOperationResponse ¶
type ContactProfilesGetOperationResponse struct { HttpResponse *http.Response Model *ContactProfile }
type ContactProfilesListBySubscriptionCompleteResult ¶
type ContactProfilesListBySubscriptionCompleteResult struct {
Items []ContactProfile
}
type ContactProfilesListBySubscriptionOperationResponse ¶
type ContactProfilesListBySubscriptionOperationResponse struct { HttpResponse *http.Response Model *[]ContactProfile // contains filtered or unexported fields }
func (ContactProfilesListBySubscriptionOperationResponse) HasMore ¶
func (r ContactProfilesListBySubscriptionOperationResponse) HasMore() bool
func (ContactProfilesListBySubscriptionOperationResponse) LoadMore ¶
func (r ContactProfilesListBySubscriptionOperationResponse) LoadMore(ctx context.Context) (resp ContactProfilesListBySubscriptionOperationResponse, err error)
type ContactProfilesListCompleteResult ¶
type ContactProfilesListCompleteResult struct {
Items []ContactProfile
}
type ContactProfilesListOperationResponse ¶
type ContactProfilesListOperationResponse struct { HttpResponse *http.Response Model *[]ContactProfile // contains filtered or unexported fields }
func (ContactProfilesListOperationResponse) HasMore ¶
func (r ContactProfilesListOperationResponse) HasMore() bool
func (ContactProfilesListOperationResponse) LoadMore ¶
func (r ContactProfilesListOperationResponse) LoadMore(ctx context.Context) (resp ContactProfilesListOperationResponse, err error)
type ContactProfilesProperties ¶
type ContactProfilesProperties struct { AutoTrackingConfiguration *AutoTrackingConfiguration `json:"autoTrackingConfiguration,omitempty"` EventHubUri *string `json:"eventHubUri,omitempty"` Links []ContactProfileLink `json:"links"` MinimumElevationDegrees *float64 `json:"minimumElevationDegrees,omitempty"` MinimumViableContactDuration *string `json:"minimumViableContactDuration,omitempty"` NetworkConfiguration ContactProfilesPropertiesNetworkConfiguration `json:"networkConfiguration"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` }
type ContactProfilesPropertiesNetworkConfiguration ¶
type ContactProfilesPropertiesNetworkConfiguration struct {
SubnetId string `json:"subnetId"`
}
type ContactProfilesUpdateTagsOperationResponse ¶
type ContactProfilesUpdateTagsOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type Polarization ¶
type Polarization string
const ( PolarizationLHCP Polarization = "LHCP" PolarizationLinearHorizontal Polarization = "linearHorizontal" PolarizationLinearVertical Polarization = "linearVertical" PolarizationRHCP Polarization = "RHCP" )
type ProvisioningState ¶
type ProvisioningState string
const ( ProvisioningStateCanceled ProvisioningState = "Canceled" ProvisioningStateCreating ProvisioningState = "Creating" ProvisioningStateDeleting ProvisioningState = "Deleting" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStateSucceeded ProvisioningState = "Succeeded" ProvisioningStateUpdating ProvisioningState = "Updating" )
type TagsObject ¶
Source Files ¶
- client.go
- constants.go
- id_contactprofile.go
- method_contactprofilescreateorupdate_autorest.go
- method_contactprofilesdelete_autorest.go
- method_contactprofilesget_autorest.go
- method_contactprofileslist_autorest.go
- method_contactprofileslistbysubscription_autorest.go
- method_contactprofilesupdatetags_autorest.go
- model_contactprofile.go
- model_contactprofilelink.go
- model_contactprofilelinkchannel.go
- model_contactprofilesproperties.go
- model_contactprofilespropertiesnetworkconfiguration.go
- model_endpoint.go
- model_tagsobject.go
- predicates.go
- version.go