共用方式為


TopLevelDomainCollection.GetAll(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.Pageable<Azure.ResourceManager.AppService.TopLevelDomainResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.TopLevelDomainResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.TopLevelDomainResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of TopLevelDomainResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to