共用方式為


TopLevelDomainCollection.GetAllAsync(CancellationToken) Method

Definition

Description for Get all top-level domains supported for registration.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains
  • Operation Id: TopLevelDomains_List
  • Default Api Version: 2021-02-01
  • Resource: TopLevelDomainResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.TopLevelDomainResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.TopLevelDomainResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.TopLevelDomainResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of TopLevelDomainResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of TopLevelDomainResource that may take multiple service requests to iterate over.

Applies to