Freigeben über


AppPlatformCustomDomainCollection.GetAllAsync(CancellationToken) Methode

Definition

Listen Sie die benutzerdefinierten Domänen einer Lebenszyklusanwendung auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains
  • Vorgang IdCustomDomains_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformCustomDomainResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformCustomDomainResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformCustomDomainResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppPlatformCustomDomainResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: