VoiceServicesEmergencyCallType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The method for terminating emergency calls to the PSTN.
public readonly struct VoiceServicesEmergencyCallType : IEquatable<Azure.ResourceManager.VoiceServices.Models.VoiceServicesEmergencyCallType>
type VoiceServicesEmergencyCallType = struct
Public Structure VoiceServicesEmergencyCallType
Implements IEquatable(Of VoiceServicesEmergencyCallType)
- Inheritance
-
VoiceServicesEmergencyCallType
- Implements
Constructors
VoiceServicesEmergencyCallType(String) |
Initializes a new instance of VoiceServicesEmergencyCallType. |
Properties
DirectToEsrp |
Emergency calls are routed directly to the ESRP. |
Standard |
Emergency calls are not handled different from other calls. |
Methods
Equals(VoiceServicesEmergencyCallType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(VoiceServicesEmergencyCallType, VoiceServicesEmergencyCallType) |
Determines if two VoiceServicesEmergencyCallType values are the same. |
Implicit(String to VoiceServicesEmergencyCallType) |
Converts a string to a VoiceServicesEmergencyCallType. |
Inequality(VoiceServicesEmergencyCallType, VoiceServicesEmergencyCallType) |
Determines if two VoiceServicesEmergencyCallType values are not the same. |
Applies to
Azure SDK for .NET