Package-level declarations

Types

Link copied to clipboard
data class ApiBridgePropertiesResponse(val allowedAddressPrefixes: List<String>? = null, val configureApiBridge: String? = null, val endpointFqdns: List<String>)

Configuration of the API Bridge.

Link copied to clipboard
data class CustomSipHeaderResponse(val name: String? = null)

Details of a Custom SIP Header.

Link copied to clipboard

Properties of Custom SIP Headers.

Link copied to clipboard
data class DnsDelegationPropertiesResponse(val domain: String? = null, val nameServers: List<String>)

Details of a DNS Domain delegated to the Communications Gateway.

Link copied to clipboard

Details of DNS Domains delegated to the Communications Gateway.

Link copied to clipboard
data class GetCommunicationsGatewayResult(val allocatedMediaAddressPrefixes: List<String>, val allocatedSignalingAddressPrefixes: List<String>, val apiBridge: ApiBridgePropertiesResponse? = null, val autoGeneratedDomainNameLabel: String, val autoGeneratedDomainNameLabelScope: String? = null, val azureApiVersion: String, val codecs: List<String>, val connectivity: String, val customSipHeaders: CustomSipHeadersPropertiesResponse? = null, val dnsDelegations: DnsDelegationsPropertiesResponse? = null, val e911Type: String, val emergencyDialStrings: List<String>? = null, val id: String, val identity: ManagedServiceIdentityResponse? = null, val integratedMcpEnabled: Boolean? = null, val location: String, val name: String, val onPremMcpEnabled: Boolean? = null, val platforms: List<String>, val provisioningState: String, val serviceLocations: List<ServiceRegionPropertiesResponse>, val sku: SkuResponse? = null, val status: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val teamsVoicemailPilotNumber: String? = null, val type: String)

A CommunicationsGateway resource

Link copied to clipboard
data class GetContactResult(val azureApiVersion: String, val contactName: String, val email: String, val id: String, val location: String, val name: String, val phoneNumber: String, val provisioningState: String, val role: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

A Contact resource

Link copied to clipboard
data class GetTestLineResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val phoneNumber: String, val provisioningState: String, val purpose: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

A TestLine resource

Link copied to clipboard
data class ManagedServiceIdentityResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)

Managed service identity (system assigned and/or user assigned identities)

Link copied to clipboard
data class PrimaryRegionPropertiesResponse(val allowedMediaSourceAddressPrefixes: List<String>? = null, val allowedSignalingSourceAddressPrefixes: List<String>? = null, val esrpAddresses: List<String>? = null, val operatorAddresses: List<String>)

The configuration used in this region as primary, and other regions as backup.

Link copied to clipboard
data class ServiceRegionPropertiesResponse(val name: String, val primaryRegionProperties: PrimaryRegionPropertiesResponse)

The service region configuration needed for Teams Callings.

Link copied to clipboard
data class SkuResponse(val capacity: Int? = null, val family: String? = null, val name: String, val size: String? = null, val tier: String? = null)

The resource model definition representing SKU

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
data class UserAssignedIdentityResponse(val clientId: String, val principalId: String)

User assigned identity properties