Freigeben über


AppPlatformGatewayRouteConfigCollection.GetAll(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.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformGatewayRouteConfigResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformGatewayRouteConfigResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformGatewayRouteConfigResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppPlatformGatewayRouteConfigResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von AppPlatformGatewayRouteConfigResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: