Freigeben über


AppPlatformGatewayResource.GetAppPlatformGatewayRouteConfig Methode

Definition

Rufen Sie die Spring Cloud Gateway-Routenkonfigurationen ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}/routeConfigs/{routeConfigName}
  • Vorgang IdGatewayRouteConfigs_Get
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayRouteConfigResource> GetAppPlatformGatewayRouteConfig (string routeConfigName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformGatewayRouteConfig : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayRouteConfigResource>
override this.GetAppPlatformGatewayRouteConfig : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayRouteConfigResource>
Public Overridable Function GetAppPlatformGatewayRouteConfig (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: