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