Compartilhar via


AppPlatformServiceResource.GetAppPlatformGateway Método

Definição

Obtenha o Spring Cloud Gateway e suas propriedades.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}
  • Operação IdGateways_Get
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

O nome do Spring Cloud Gateway.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

gatewayName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

gatewayName é nulo.

Aplica-se a