Partager via


AppPlatformGatewayResource.GetAppPlatformGatewayRouteConfigAsync Méthode

Définition

Obtenez les configurations d’itinéraire spring Cloud Gateway.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}/routeConfigs/{routeConfigName}
  • IdGatewayRouteConfigs_Get d’opération
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))

Paramètres

routeConfigName
String

Nom de la configuration de l’itinéraire Spring Cloud Gateway.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

routeConfigName est une chaîne vide et devait être non vide.

routeConfigName a la valeur null.

S’applique à