PhoneNumbersClient.GetAvailableCountriesAsync(CancellationToken) Method

Definition

Lists the available countries from which to purchase phone numbers.

public virtual Azure.AsyncPageable<Azure.Communication.PhoneNumbers.PhoneNumberCountry> GetAvailableCountriesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAvailableCountriesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Communication.PhoneNumbers.PhoneNumberCountry>
override this.GetAvailableCountriesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Communication.PhoneNumbers.PhoneNumberCountry>
Public Overridable Function GetAvailableCountriesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PhoneNumberCountry)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to