Freigeben über


AppPlatformGatewayCustomDomainCollection.GetAllAsync Methode

Definition

Verarbeiten von Anforderungen zum Auflisten aller benutzerdefinierten Spring Cloud Gateway-Domänen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}/domains
  • Vorgangs-IdGatewayCustomDomains_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformGatewayCustomDomainResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformGatewayCustomDomainResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformGatewayCustomDomainResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppPlatformGatewayCustomDomainResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von AppPlatformGatewayCustomDomainResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: