OperatorNumberType Struct

Definition

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