Compartir a través de


AppPlatformServiceResource.GetAppPlatformGateway Método

Definición

Obtenga Spring Cloud Gateway y sus propiedades.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}
  • IdGateways_Get de operaciones
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource> GetAppPlatformGateway (string gatewayName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformGateway : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource>
override this.GetAppPlatformGateway : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource>
Public Overridable Function GetAppPlatformGateway (gatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppPlatformGatewayResource)

Parámetros

gatewayName
String

Nombre de Spring Cloud Gateway.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

gatewayName es una cadena vacía y se esperaba que no estuviera vacía.

gatewayName es null.

Se aplica a