Compartir a través de


OperatorNumberType Estructura

Definición

Tipo de servicio asociado al número de teléfono.

public readonly struct OperatorNumberType : IEquatable<Azure.Communication.PhoneNumbers.OperatorNumberType>
type OperatorNumberType = struct
Public Structure OperatorNumberType
Implements IEquatable(Of OperatorNumberType)
Herencia
OperatorNumberType
Implementaciones

Constructores

OperatorNumberType(String)

Inicializa una nueva instancia de la clase OperatorNumberType.

Propiedades

Geographic

Geográfica.

Mobile

Móvil.

Other

Otro.

Unknown

Desconocido.

Métodos

Equals(OperatorNumberType)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(OperatorNumberType, OperatorNumberType)

Determina si dos OperatorNumberType valores son los mismos.

Implicit(String to OperatorNumberType)

Convierte una cadena en un OperatorNumberType.

Inequality(OperatorNumberType, OperatorNumberType)

Determina si dos OperatorNumberType valores no son los mismos.

Se aplica a