Partilhar via


ApplicationGatewayPrivateEndpointConnectionCollection.GetIfExists Método

Definição

Tenta obter detalhes desse recurso do serviço.

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