Freigeben über


AppPlatformGatewayRouteConfigCollection.Get(String, CancellationToken) Methode

Definition

Rufen Sie die Spring Cloud Gateway-Routenkonfigurationen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}/routeConfigs/{routeConfigName}
  • Vorgangs-IdGatewayRouteConfigs_Get
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayRouteConfigResource> Get (string routeConfigName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayRouteConfigResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayRouteConfigResource>
Public Overridable Function Get (routeConfigName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppPlatformGatewayRouteConfigResource)

Parameter

routeConfigName
String

Der Name der Spring Cloud Gateway-Routenkonfiguration.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

routeConfigName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

routeConfigName ist NULL.

Gilt für: