Partilhar via


ApplicationGatewayPrivateEndpointConnectionCollection.Get 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}
  • Operação IdApplicationGatewayPrivateEndpointConnections_Get
public virtual Azure.Response<Azure.ResourceManager.Network.ApplicationGatewayPrivateEndpointConnectionResource> Get (string connectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.ApplicationGatewayPrivateEndpointConnectionResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.ApplicationGatewayPrivateEndpointConnectionResource>
Public Overridable Function Get (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 esperava-se que não estivesse vazia.

connectionName é nulo.

Aplica-se a