VoiceServicesEmergencyCallType Estrutura
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.
O método para encerrar chamadas de emergência para o PSTN.
public readonly struct VoiceServicesEmergencyCallType : IEquatable<Azure.ResourceManager.VoiceServices.Models.VoiceServicesEmergencyCallType>
type VoiceServicesEmergencyCallType = struct
Public Structure VoiceServicesEmergencyCallType
Implements IEquatable(Of VoiceServicesEmergencyCallType)
- Herança
-
VoiceServicesEmergencyCallType
- Implementações
Construtores
VoiceServicesEmergencyCallType(String) |
Inicializa uma nova instância de VoiceServicesEmergencyCallType. |
Propriedades
DirectToEsrp |
As chamadas de emergência são roteadas diretamente para o ESRP. |
Standard |
As chamadas de emergência não são tratadas de forma diferente de outras chamadas. |
Métodos
Equals(VoiceServicesEmergencyCallType) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(VoiceServicesEmergencyCallType, VoiceServicesEmergencyCallType) |
Determina se dois VoiceServicesEmergencyCallType valores são os mesmos. |
Implicit(String to VoiceServicesEmergencyCallType) |
Converte uma cadeia de caracteres em um VoiceServicesEmergencyCallType. |
Inequality(VoiceServicesEmergencyCallType, VoiceServicesEmergencyCallType) |
Determina se dois VoiceServicesEmergencyCallType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET