Freigeben über


AppPlatformGatewayRouteConfigCollection.GetAllAsync(CancellationToken) Methode

Definition

Verarbeiten von Anforderungen zum Auflisten aller Spring Cloud Gateway-Routenkonfigurationen.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: