PrivateLinkServiceResource.GetNetworkPrivateEndpointConnectionAsync 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.
Obtenez la connexion de point de terminaison privé spécifique par un service de liaison privée spécifique dans le groupe de ressources.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
- IdPrivateLinkServices_GetPrivateEndpointConnection d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.NetworkPrivateEndpointConnectionResource>> GetNetworkPrivateEndpointConnectionAsync (string peConnectionName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkPrivateEndpointConnectionAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.NetworkPrivateEndpointConnectionResource>>
override this.GetNetworkPrivateEndpointConnectionAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.NetworkPrivateEndpointConnectionResource>>
Public Overridable Function GetNetworkPrivateEndpointConnectionAsync (peConnectionName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetworkPrivateEndpointConnectionResource))
Paramètres
- peConnectionName
- String
Nom de la connexion de point de terminaison privé.
- expand
- String
Développe les ressources référencées.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
peConnectionName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
peConnectionName
a la valeur null.