Compartilhar via


PhoneNumbersClient.GetAvailableAreaCodesGeographicAsync Método

Definição

Lista os códigos de área disponíveis em um determinado país e localidade.

public virtual Azure.AsyncPageable<Azure.Communication.PhoneNumbers.PhoneNumberAreaCode> GetAvailableAreaCodesGeographicAsync (string twoLetterIsoCountryName, Azure.Communication.PhoneNumbers.PhoneNumberAssignmentType phoneNumberAssignmentType, string locality, string administrativeDivision = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAvailableAreaCodesGeographicAsync : string * Azure.Communication.PhoneNumbers.PhoneNumberAssignmentType * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Communication.PhoneNumbers.PhoneNumberAreaCode>
override this.GetAvailableAreaCodesGeographicAsync : string * Azure.Communication.PhoneNumbers.PhoneNumberAssignmentType * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Communication.PhoneNumbers.PhoneNumberAreaCode>
Public Overridable Function GetAvailableAreaCodesGeographicAsync (twoLetterIsoCountryName As String, phoneNumberAssignmentType As PhoneNumberAssignmentType, locality As String, Optional administrativeDivision As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PhoneNumberAreaCode)

Parâmetros

twoLetterIsoCountryName
String

O código de país ISO 3166-2, por exemplo, EUA.

phoneNumberAssignmentType
PhoneNumberAssignmentType

O tipo de atribuição dos números de telefone a serem pesquisados.

locality
String

A localidade na qual listar códigos de área. Isso também é conhecido como estado ou província.

administrativeDivision
String

Opcionalmente, a divisão administrativa da localidade. Isso também é conhecido como estado ou província.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a