ArmVoiceServicesModelFactory.VoiceServicesCommunicationsGatewayData Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de VoiceServicesCommunicationsGatewayData.
public static Azure.ResourceManager.VoiceServices.VoiceServicesCommunicationsGatewayData VoiceServicesCommunicationsGatewayData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.VoiceServices.Models.VoiceServicesProvisioningState? provisioningState = default, Azure.ResourceManager.VoiceServices.Models.VoiceServicesCommunicationsGatewayStatus? status = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.VoiceServices.Models.VoiceServicesServiceRegionProperties> serviceLocations = default, Azure.ResourceManager.VoiceServices.Models.VoiceServicesCommunicationsGatewayConnectivity? connectivity = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.VoiceServices.Models.VoiceServicesTeamsCodec> codecs = default, Azure.ResourceManager.VoiceServices.Models.VoiceServicesEmergencyCallType? e911Type = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.VoiceServices.Models.VoiceServicesCommunicationsPlatform> platforms = default, BinaryData apiBridge = default, Azure.ResourceManager.VoiceServices.Models.VoiceServicesAutoGeneratedDomainNameLabelScope? autoGeneratedDomainNameLabelScope = default, string autoGeneratedDomainNameLabel = default, string teamsVoicemailPilotNumber = default, bool? isOnPremMcpEnabled = default, System.Collections.Generic.IEnumerable<string> emergencyDialStrings = default);
static member VoiceServicesCommunicationsGatewayData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.VoiceServices.Models.VoiceServicesProvisioningState> * Nullable<Azure.ResourceManager.VoiceServices.Models.VoiceServicesCommunicationsGatewayStatus> * seq<Azure.ResourceManager.VoiceServices.Models.VoiceServicesServiceRegionProperties> * Nullable<Azure.ResourceManager.VoiceServices.Models.VoiceServicesCommunicationsGatewayConnectivity> * seq<Azure.ResourceManager.VoiceServices.Models.VoiceServicesTeamsCodec> * Nullable<Azure.ResourceManager.VoiceServices.Models.VoiceServicesEmergencyCallType> * seq<Azure.ResourceManager.VoiceServices.Models.VoiceServicesCommunicationsPlatform> * BinaryData * Nullable<Azure.ResourceManager.VoiceServices.Models.VoiceServicesAutoGeneratedDomainNameLabelScope> * string * string * Nullable<bool> * seq<string> -> Azure.ResourceManager.VoiceServices.VoiceServicesCommunicationsGatewayData
Public Shared Function VoiceServicesCommunicationsGatewayData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional provisioningState As Nullable(Of VoiceServicesProvisioningState) = Nothing, Optional status As Nullable(Of VoiceServicesCommunicationsGatewayStatus) = Nothing, Optional serviceLocations As IEnumerable(Of VoiceServicesServiceRegionProperties) = Nothing, Optional connectivity As Nullable(Of VoiceServicesCommunicationsGatewayConnectivity) = Nothing, Optional codecs As IEnumerable(Of VoiceServicesTeamsCodec) = Nothing, Optional e911Type As Nullable(Of VoiceServicesEmergencyCallType) = Nothing, Optional platforms As IEnumerable(Of VoiceServicesCommunicationsPlatform) = Nothing, Optional apiBridge As BinaryData = Nothing, Optional autoGeneratedDomainNameLabelScope As Nullable(Of VoiceServicesAutoGeneratedDomainNameLabelScope) = Nothing, Optional autoGeneratedDomainNameLabel As String = Nothing, Optional teamsVoicemailPilotNumber As String = Nothing, Optional isOnPremMcpEnabled As Nullable(Of Boolean) = Nothing, Optional emergencyDialStrings As IEnumerable(Of String) = Nothing) As VoiceServicesCommunicationsGatewayData
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- tags
- IDictionary<String,String>
As marcas.
- location
- AzureLocation
O local.
- provisioningState
- Nullable<VoiceServicesProvisioningState>
Estado de provisionamento de recursos.
O status atual da implantação.
- serviceLocations
- IEnumerable<VoiceServicesServiceRegionProperties>
As regiões nas quais implantar os recursos necessários para a Chamada do Teams.
- connectivity
- Nullable<VoiceServicesCommunicationsGatewayConnectivity>
Como se conectar novamente à rede do operador, por exemplo, MAPS.
- codecs
- IEnumerable<VoiceServicesTeamsCodec>
Codecs de voz para dar suporte.
- e911Type
- Nullable<VoiceServicesEmergencyCallType>
Como lidar com chamadas 911.
- platforms
- IEnumerable<VoiceServicesCommunicationsPlatform>
Quais plataformas dar suporte.
- apiBridge
- BinaryData
Detalhes da funcionalidade de ponte de API, se necessário.
- autoGeneratedDomainNameLabelScope
- Nullable<VoiceServicesAutoGeneratedDomainNameLabelScope>
O escopo no qual o nome de domínio gerado automaticamente pode ser usado novamente.
- autoGeneratedDomainNameLabel
- String
O rótulo gerado automaticamente usado como parte dos FQDNs para acessar o Gateway de Comunicações.
- teamsVoicemailPilotNumber
- String
Esse número é usado em cenários do Teams Phone Mobile para acesso à mensagem de voz IVR do discador nativo.
- emergencyDialStrings
- IEnumerable<String>
Uma lista de cadeias de caracteres de discagem usadas para chamadas de emergência.
Retornos
Uma nova VoiceServicesCommunicationsGatewayData instância para simulação.