Documentation ¶
Index ¶
- func PossibleValuesForAutoGeneratedDomainNameLabelScope() []string
- func PossibleValuesForCommunicationsPlatform() []string
- func PossibleValuesForConnectivity() []string
- func PossibleValuesForE911Type() []string
- func PossibleValuesForProvisioningState() []string
- func PossibleValuesForStatus() []string
- func PossibleValuesForTeamsCodecs() []string
- func ValidateCommunicationsGatewayID(input interface{}, key string) (warnings []string, errors []error)
- type AutoGeneratedDomainNameLabelScope
- type CommunicationsGateway
- type CommunicationsGatewayId
- type CommunicationsGatewayOperationPredicate
- type CommunicationsGatewayProperties
- type CommunicationsGatewayUpdate
- type CommunicationsGatewaysClient
- func (c CommunicationsGatewaysClient) CreateOrUpdate(ctx context.Context, id CommunicationsGatewayId, input CommunicationsGateway) (result CreateOrUpdateOperationResponse, err error)
- func (c CommunicationsGatewaysClient) CreateOrUpdateThenPoll(ctx context.Context, id CommunicationsGatewayId, input CommunicationsGateway) error
- func (c CommunicationsGatewaysClient) Delete(ctx context.Context, id CommunicationsGatewayId) (result DeleteOperationResponse, err error)
- func (c CommunicationsGatewaysClient) DeleteThenPoll(ctx context.Context, id CommunicationsGatewayId) error
- func (c CommunicationsGatewaysClient) Get(ctx context.Context, id CommunicationsGatewayId) (result GetOperationResponse, err error)
- func (c CommunicationsGatewaysClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
- func (c CommunicationsGatewaysClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
- func (c CommunicationsGatewaysClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error)
- func (c CommunicationsGatewaysClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
- func (c CommunicationsGatewaysClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
- func (c CommunicationsGatewaysClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionCompleteResult, err error)
- func (c CommunicationsGatewaysClient) Update(ctx context.Context, id CommunicationsGatewayId, ...) (result UpdateOperationResponse, err error)
- type CommunicationsPlatform
- type Connectivity
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type E911Type
- type GetOperationResponse
- type ListByResourceGroupCompleteResult
- type ListByResourceGroupOperationResponse
- type ListBySubscriptionCompleteResult
- type ListBySubscriptionOperationResponse
- type PrimaryRegionProperties
- type ProvisioningState
- type ServiceRegionProperties
- type Status
- type TeamsCodecs
- type UpdateOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForAutoGeneratedDomainNameLabelScope ¶
func PossibleValuesForAutoGeneratedDomainNameLabelScope() []string
func PossibleValuesForCommunicationsPlatform ¶
func PossibleValuesForCommunicationsPlatform() []string
func PossibleValuesForConnectivity ¶
func PossibleValuesForConnectivity() []string
func PossibleValuesForE911Type ¶
func PossibleValuesForE911Type() []string
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func PossibleValuesForStatus ¶
func PossibleValuesForStatus() []string
func PossibleValuesForTeamsCodecs ¶
func PossibleValuesForTeamsCodecs() []string
func ValidateCommunicationsGatewayID ¶
func ValidateCommunicationsGatewayID(input interface{}, key string) (warnings []string, errors []error)
ValidateCommunicationsGatewayID checks that 'input' can be parsed as a Communications Gateway ID
Types ¶
type AutoGeneratedDomainNameLabelScope ¶
type AutoGeneratedDomainNameLabelScope string
const ( AutoGeneratedDomainNameLabelScopeNoReuse AutoGeneratedDomainNameLabelScope = "NoReuse" AutoGeneratedDomainNameLabelScopeResourceGroupReuse AutoGeneratedDomainNameLabelScope = "ResourceGroupReuse" AutoGeneratedDomainNameLabelScopeSubscriptionReuse AutoGeneratedDomainNameLabelScope = "SubscriptionReuse" AutoGeneratedDomainNameLabelScopeTenantReuse AutoGeneratedDomainNameLabelScope = "TenantReuse" )
func (*AutoGeneratedDomainNameLabelScope) UnmarshalJSON ¶ added in v0.20230720.1124505
func (s *AutoGeneratedDomainNameLabelScope) UnmarshalJSON(bytes []byte) error
type CommunicationsGateway ¶
type CommunicationsGateway struct { Id *string `json:"id,omitempty"` Identity *identity.SystemAndUserAssignedMap `json:"identity,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties *CommunicationsGatewayProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type CommunicationsGatewayId ¶
type CommunicationsGatewayId struct { SubscriptionId string ResourceGroupName string CommunicationsGatewayName string }
CommunicationsGatewayId is a struct representing the Resource ID for a Communications Gateway
func NewCommunicationsGatewayID ¶
func NewCommunicationsGatewayID(subscriptionId string, resourceGroupName string, communicationsGatewayName string) CommunicationsGatewayId
NewCommunicationsGatewayID returns a new CommunicationsGatewayId struct
func ParseCommunicationsGatewayID ¶
func ParseCommunicationsGatewayID(input string) (*CommunicationsGatewayId, error)
ParseCommunicationsGatewayID parses 'input' into a CommunicationsGatewayId
func ParseCommunicationsGatewayIDInsensitively ¶
func ParseCommunicationsGatewayIDInsensitively(input string) (*CommunicationsGatewayId, error)
ParseCommunicationsGatewayIDInsensitively parses 'input' case-insensitively into a CommunicationsGatewayId note: this method should only be used for API response data and not user input
func (CommunicationsGatewayId) ID ¶
func (id CommunicationsGatewayId) ID() string
ID returns the formatted Communications Gateway ID
func (CommunicationsGatewayId) Segments ¶
func (id CommunicationsGatewayId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Communications Gateway ID
func (CommunicationsGatewayId) String ¶
func (id CommunicationsGatewayId) String() string
String returns a human-readable description of this Communications Gateway ID
type CommunicationsGatewayOperationPredicate ¶
type CommunicationsGatewayOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (CommunicationsGatewayOperationPredicate) Matches ¶
func (p CommunicationsGatewayOperationPredicate) Matches(input CommunicationsGateway) bool
type CommunicationsGatewayProperties ¶
type CommunicationsGatewayProperties struct { ApiBridge *interface{} `json:"apiBridge,omitempty"` AutoGeneratedDomainNameLabel *string `json:"autoGeneratedDomainNameLabel,omitempty"` AutoGeneratedDomainNameLabelScope *AutoGeneratedDomainNameLabelScope `json:"autoGeneratedDomainNameLabelScope,omitempty"` Codecs []TeamsCodecs `json:"codecs"` Connectivity Connectivity `json:"connectivity"` E911Type E911Type `json:"e911Type"` EmergencyDialStrings *[]string `json:"emergencyDialStrings,omitempty"` IntegratedMcpEnabled *bool `json:"integratedMcpEnabled,omitempty"` OnPremMcpEnabled *bool `json:"onPremMcpEnabled,omitempty"` Platforms []CommunicationsPlatform `json:"platforms"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` ServiceLocations []ServiceRegionProperties `json:"serviceLocations"` Status *Status `json:"status,omitempty"` TeamsVoicemailPilotNumber *string `json:"teamsVoicemailPilotNumber,omitempty"` }
type CommunicationsGatewayUpdate ¶
type CommunicationsGatewayUpdate struct { Identity *identity.SystemAndUserAssignedMap `json:"identity,omitempty"` Tags *map[string]string `json:"tags,omitempty"` }
type CommunicationsGatewaysClient ¶
type CommunicationsGatewaysClient struct {
Client *resourcemanager.Client
}
func NewCommunicationsGatewaysClientWithBaseURI ¶
func NewCommunicationsGatewaysClientWithBaseURI(sdkApi sdkEnv.Api) (*CommunicationsGatewaysClient, error)
func (CommunicationsGatewaysClient) CreateOrUpdate ¶
func (c CommunicationsGatewaysClient) CreateOrUpdate(ctx context.Context, id CommunicationsGatewayId, input CommunicationsGateway) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (CommunicationsGatewaysClient) CreateOrUpdateThenPoll ¶
func (c CommunicationsGatewaysClient) CreateOrUpdateThenPoll(ctx context.Context, id CommunicationsGatewayId, input CommunicationsGateway) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (CommunicationsGatewaysClient) Delete ¶
func (c CommunicationsGatewaysClient) Delete(ctx context.Context, id CommunicationsGatewayId) (result DeleteOperationResponse, err error)
Delete ...
func (CommunicationsGatewaysClient) DeleteThenPoll ¶
func (c CommunicationsGatewaysClient) DeleteThenPoll(ctx context.Context, id CommunicationsGatewayId) error
DeleteThenPoll performs Delete then polls until it's completed
func (CommunicationsGatewaysClient) Get ¶
func (c CommunicationsGatewaysClient) Get(ctx context.Context, id CommunicationsGatewayId) (result GetOperationResponse, err error)
Get ...
func (CommunicationsGatewaysClient) ListByResourceGroup ¶
func (c CommunicationsGatewaysClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
ListByResourceGroup ...
func (CommunicationsGatewaysClient) ListByResourceGroupComplete ¶
func (c CommunicationsGatewaysClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
ListByResourceGroupComplete retrieves all the results into a single object
func (CommunicationsGatewaysClient) ListByResourceGroupCompleteMatchingPredicate ¶
func (c CommunicationsGatewaysClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate CommunicationsGatewayOperationPredicate) (result ListByResourceGroupCompleteResult, err error)
ListByResourceGroupCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (CommunicationsGatewaysClient) ListBySubscription ¶
func (c CommunicationsGatewaysClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
ListBySubscription ...
func (CommunicationsGatewaysClient) ListBySubscriptionComplete ¶
func (c CommunicationsGatewaysClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
ListBySubscriptionComplete retrieves all the results into a single object
func (CommunicationsGatewaysClient) ListBySubscriptionCompleteMatchingPredicate ¶
func (c CommunicationsGatewaysClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate CommunicationsGatewayOperationPredicate) (result ListBySubscriptionCompleteResult, err error)
ListBySubscriptionCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (CommunicationsGatewaysClient) Update ¶
func (c CommunicationsGatewaysClient) Update(ctx context.Context, id CommunicationsGatewayId, input CommunicationsGatewayUpdate) (result UpdateOperationResponse, err error)
Update ...
type CommunicationsPlatform ¶
type CommunicationsPlatform string
const ( CommunicationsPlatformOperatorConnect CommunicationsPlatform = "OperatorConnect" CommunicationsPlatformTeamsPhoneMobile CommunicationsPlatform = "TeamsPhoneMobile" )
func (*CommunicationsPlatform) UnmarshalJSON ¶ added in v0.20230720.1124505
func (s *CommunicationsPlatform) UnmarshalJSON(bytes []byte) error
type Connectivity ¶
type Connectivity string
const (
ConnectivityPublicAddress Connectivity = "PublicAddress"
)
func (*Connectivity) UnmarshalJSON ¶ added in v0.20230720.1124505
func (s *Connectivity) UnmarshalJSON(bytes []byte) error
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *CommunicationsGateway }
type ListByResourceGroupCompleteResult ¶
type ListByResourceGroupCompleteResult struct {
Items []CommunicationsGateway
}
type ListByResourceGroupOperationResponse ¶
type ListByResourceGroupOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]CommunicationsGateway }
type ListBySubscriptionCompleteResult ¶
type ListBySubscriptionCompleteResult struct {
Items []CommunicationsGateway
}
type ListBySubscriptionOperationResponse ¶
type ListBySubscriptionOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]CommunicationsGateway }
type PrimaryRegionProperties ¶
type PrimaryRegionProperties struct { AllowedMediaSourceAddressPrefixes *[]string `json:"allowedMediaSourceAddressPrefixes,omitempty"` AllowedSignalingSourceAddressPrefixes *[]string `json:"allowedSignalingSourceAddressPrefixes,omitempty"` EsrpAddresses *[]string `json:"esrpAddresses,omitempty"` OperatorAddresses []string `json:"operatorAddresses"` }
type ProvisioningState ¶
type ProvisioningState string
const ( ProvisioningStateCanceled ProvisioningState = "Canceled" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStateSucceeded ProvisioningState = "Succeeded" )
func (*ProvisioningState) UnmarshalJSON ¶ added in v0.20230720.1124505
func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error
type ServiceRegionProperties ¶
type ServiceRegionProperties struct { Name string `json:"name"` PrimaryRegionProperties PrimaryRegionProperties `json:"primaryRegionProperties"` }
type TeamsCodecs ¶
type TeamsCodecs string
const ( TeamsCodecsGSevenTwoTwo TeamsCodecs = "G722" TeamsCodecsGSevenTwoTwoTwo TeamsCodecs = "G722_2" TeamsCodecsPCMA TeamsCodecs = "PCMA" TeamsCodecsPCMU TeamsCodecs = "PCMU" TeamsCodecsSILKEight TeamsCodecs = "SILK_8" TeamsCodecsSILKOneSix TeamsCodecs = "SILK_16" )
func (*TeamsCodecs) UnmarshalJSON ¶ added in v0.20230720.1124505
func (s *TeamsCodecs) UnmarshalJSON(bytes []byte) error
type UpdateOperationResponse ¶
type UpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *CommunicationsGateway }
Source Files ¶
- client.go
- constants.go
- id_communicationsgateway.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_listbyresourcegroup.go
- method_listbysubscription.go
- method_update.go
- model_communicationsgateway.go
- model_communicationsgatewayproperties.go
- model_communicationsgatewayupdate.go
- model_primaryregionproperties.go
- model_serviceregionproperties.go
- predicates.go
- version.go