ApplicationGatewayResource.GetApplicationGatewayPrivateEndpointConnectionAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.ApplicationGatewayPrivateEndpointConnectionResource>> GetApplicationGatewayPrivateEndpointConnectionAsync (string connectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetApplicationGatewayPrivateEndpointConnectionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.ApplicationGatewayPrivateEndpointConnectionResource>>
override this.GetApplicationGatewayPrivateEndpointConnectionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.ApplicationGatewayPrivateEndpointConnectionResource>>
Public Overridable Function GetApplicationGatewayPrivateEndpointConnectionAsync (connectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.