PhoneNumberType 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.
Represents the number type of the offering.
public readonly struct PhoneNumberType : IEquatable<Azure.Communication.PhoneNumbers.PhoneNumberType>
type PhoneNumberType = struct
Public Structure PhoneNumberType
Implements IEquatable(Of PhoneNumberType)
- Inheritance
-
PhoneNumberType
- Implements
Constructors
PhoneNumberType(String) |
Initializes a new instance of PhoneNumberType. |
Properties
Geographic |
geographic. |
TollFree |
tollFree. |
Methods
Equals(PhoneNumberType) |
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(PhoneNumberType, PhoneNumberType) |
Determines if two PhoneNumberType values are the same. |
Implicit(String to PhoneNumberType) |
Converts a string to a PhoneNumberType. |
Inequality(PhoneNumberType, PhoneNumberType) |
Determines if two PhoneNumberType values are not the same. |