Freigeben über


CdnCustomDomainCollection.GetAllAsync(CancellationToken) Methode

Definition

Listet alle vorhandenen benutzerdefinierten Domänen innerhalb eines Endpunkts auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/customDomains
  • Vorgang IdCdnCustomDomains_ListByEndpoint
public virtual Azure.AsyncPageable<Azure.ResourceManager.Cdn.CdnCustomDomainResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Cdn.CdnCustomDomainResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Cdn.CdnCustomDomainResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CdnCustomDomainResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der CdnCustomDomainResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: