Bagikan melalui


FrontDoorCustomDomainCollection.GetAllAsync(CancellationToken) Method

Definition

Lists existing AzureFrontDoor domains.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/customDomains
  • Operation Id: FrontDoorCustomDomains_ListByProfile
  • Default Api Version: 2024-02-01
  • Resource: FrontDoorCustomDomainResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Cdn.FrontDoorCustomDomainResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Cdn.FrontDoorCustomDomainResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Cdn.FrontDoorCustomDomainResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of FrontDoorCustomDomainResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to