Partilhar via


ApplicationGatewayResource.GetApplicationGatewayPrivateEndpointConnection Método

Definição

Obtém a conexão de ponto de extremidade privado especificada no gateway de aplicativo.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/privateEndpointConnections/{connectionName}
  • IdApplicationGatewayPrivateEndpointConnections_Get de operação
public virtual Azure.Response<Azure.ResourceManager.Network.ApplicationGatewayPrivateEndpointConnectionResource> GetApplicationGatewayPrivateEndpointConnection (string connectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetApplicationGatewayPrivateEndpointConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.ApplicationGatewayPrivateEndpointConnectionResource>
override this.GetApplicationGatewayPrivateEndpointConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.ApplicationGatewayPrivateEndpointConnectionResource>
Public Overridable Function GetApplicationGatewayPrivateEndpointConnection (connectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApplicationGatewayPrivateEndpointConnectionResource)

Parâmetros

connectionName
String

O nome da conexão de ponto de extremidade privado do gateway de aplicativo.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

connectionName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

connectionName é nulo.

Aplica-se a