ApplicationGatewayResource.GetApplicationGatewayPrivateEndpointConnection Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 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)
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.