Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + 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 string + const AutoGeneratedDomainNameLabelScopeNoReuse + const AutoGeneratedDomainNameLabelScopeResourceGroupReuse + const AutoGeneratedDomainNameLabelScopeSubscriptionReuse + const AutoGeneratedDomainNameLabelScopeTenantReuse + func (s *AutoGeneratedDomainNameLabelScope) UnmarshalJSON(bytes []byte) error + type CommunicationsGateway struct + Id *string + Identity *identity.SystemAndUserAssignedMap + Location string + Name *string + Properties *CommunicationsGatewayProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type CommunicationsGatewayId struct + CommunicationsGatewayName string + ResourceGroupName string + SubscriptionId string + func NewCommunicationsGatewayID(subscriptionId string, resourceGroupName string, ...) CommunicationsGatewayId + func ParseCommunicationsGatewayID(input string) (*CommunicationsGatewayId, error) + func ParseCommunicationsGatewayIDInsensitively(input string) (*CommunicationsGatewayId, error) + func (id *CommunicationsGatewayId) FromParseResult(input resourceids.ParseResult) error + func (id CommunicationsGatewayId) ID() string + func (id CommunicationsGatewayId) Segments() []resourceids.Segment + func (id CommunicationsGatewayId) String() string + type CommunicationsGatewayOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p CommunicationsGatewayOperationPredicate) Matches(input CommunicationsGateway) bool + type CommunicationsGatewayProperties struct + ApiBridge *interface{} + AutoGeneratedDomainNameLabel *string + AutoGeneratedDomainNameLabelScope *AutoGeneratedDomainNameLabelScope + Codecs []TeamsCodecs + Connectivity Connectivity + E911Type E911Type + EmergencyDialStrings *[]string + IntegratedMcpEnabled *bool + OnPremMcpEnabled *bool + Platforms []CommunicationsPlatform + ProvisioningState *ProvisioningState + ServiceLocations []ServiceRegionProperties + Status *Status + TeamsVoicemailPilotNumber *string + type CommunicationsGatewayUpdate struct + Identity *identity.SystemAndUserAssignedMap + Tags *map[string]string + type CommunicationsGatewaysClient struct + Client *resourcemanager.Client + func NewCommunicationsGatewaysClientWithBaseURI(sdkApi sdkEnv.Api) (*CommunicationsGatewaysClient, error) + 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 string + const CommunicationsPlatformOperatorConnect + const CommunicationsPlatformTeamsPhoneMobile + func (s *CommunicationsPlatform) UnmarshalJSON(bytes []byte) error + type Connectivity string + const ConnectivityPublicAddress + func (s *Connectivity) UnmarshalJSON(bytes []byte) error + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *CommunicationsGateway + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type E911Type string + const E911TypeDirectToEsrp + const E911TypeStandard + func (s *E911Type) UnmarshalJSON(bytes []byte) error + type GetOperationResponse struct + HttpResponse *http.Response + Model *CommunicationsGateway + OData *odata.OData + type ListByResourceGroupCompleteResult struct + Items []CommunicationsGateway + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]CommunicationsGateway + OData *odata.OData + type ListBySubscriptionCompleteResult struct + Items []CommunicationsGateway + LatestHttpResponse *http.Response + type ListBySubscriptionCustomPager struct + NextLink *odata.Link + func (p *ListBySubscriptionCustomPager) NextPageLink() *odata.Link + type ListBySubscriptionOperationResponse struct + HttpResponse *http.Response + Model *[]CommunicationsGateway + OData *odata.OData + type PrimaryRegionProperties struct + AllowedMediaSourceAddressPrefixes *[]string + AllowedSignalingSourceAddressPrefixes *[]string + EsrpAddresses *[]string + OperatorAddresses []string + type ProvisioningState string + const ProvisioningStateCanceled + const ProvisioningStateFailed + const ProvisioningStateSucceeded + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type ServiceRegionProperties struct + Name string + PrimaryRegionProperties PrimaryRegionProperties + type Status string + const StatusChangePending + const StatusComplete + func (s *Status) UnmarshalJSON(bytes []byte) error + type TeamsCodecs string + const TeamsCodecsGSevenTwoTwo + const TeamsCodecsGSevenTwoTwoTwo + const TeamsCodecsPCMA + const TeamsCodecsPCMU + const TeamsCodecsSILKEight + const TeamsCodecsSILKOneSix + func (s *TeamsCodecs) UnmarshalJSON(bytes []byte) error + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *CommunicationsGateway + OData *odata.OData