Partager via


ApplicationGatewayResource.GetApplicationGatewayPrivateEndpointConnectionAsync Méthode

Définition

Obtient la connexion de point de terminaison privé spécifiée sur application gateway.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}/privateEndpointConnections/{connectionName}
  • IdApplicationGatewayPrivateEndpointConnections_Get d’opération
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))

Paramètres

connectionName
String

Nom de la connexion de point de terminaison privé de la passerelle d’application.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

connectionName est une chaîne vide et devait être non vide.

connectionName a la valeur null.

S’applique à