AppPlatformGatewayResource.GetAppPlatformGatewayRouteConfig Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.