OperatorNumberType 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.
Type of service associated with the phone number.
public readonly struct OperatorNumberType : IEquatable<Azure.Communication.PhoneNumbers.OperatorNumberType>
type OperatorNumberType = struct
Public Structure OperatorNumberType
Implements IEquatable(Of OperatorNumberType)
- Inheritance
-
OperatorNumberType
- Implements
Constructors
OperatorNumberType(String) |
Initializes a new instance of OperatorNumberType. |
Properties
Geographic |
geographic. |
Mobile |
mobile. |
Other |
other. |
Unknown |
unknown. |
Methods
Equals(OperatorNumberType) |
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(OperatorNumberType, OperatorNumberType) |
Determines if two OperatorNumberType values are the same. |
Implicit(String to OperatorNumberType) |
Converts a String to a OperatorNumberType. |
Inequality(OperatorNumberType, OperatorNumberType) |
Determines if two OperatorNumberType values are not the same. |
Applies to
Azure SDK for .NET