Compartir a través de


PhoneNumberType Estructura

Definición

Representa el tipo de número de la oferta.

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

Constructores

PhoneNumberType(String)

Inicializa una nueva instancia de la clase PhoneNumberType.

Propiedades

Geographic

Geográfica.

TollFree

tollFree.

Métodos

Equals(PhoneNumberType)

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(PhoneNumberType, PhoneNumberType)

Determina si dos PhoneNumberType valores son iguales.

Implicit(String to PhoneNumberType)

Convierte una cadena en un PhoneNumberType.

Inequality(PhoneNumberType, PhoneNumberType)

Determina si dos PhoneNumberType valores no son los mismos.

Se aplica a