Freigeben über


IPrivateLinkServices.GetPrivateEndpointConnectionAsync Methode

Definition

Ruft die spezifische private Endpunktverbindung nach einem bestimmten Private Link-Dienst in der Ressourcengruppe asynchron ab.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.IPrivateEndpointConnection> GetPrivateEndpointConnectionAsync (string resourceGroupName, string privateLinkServiceName, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateEndpointConnectionAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.IPrivateEndpointConnection>
Public Function GetPrivateEndpointConnectionAsync (resourceGroupName As String, privateLinkServiceName As String, privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPrivateEndpointConnection)

Parameter

resourceGroupName
String

Der Wert des Ressourcengruppennamens.

privateLinkServiceName
String

Der Wert des Private Link-Dienstnamens.

privateEndpointConnectionName
String

Der Wert des Verbindungsnamens des privaten Endpunkts.

cancellationToken
CancellationToken

Gibt zurück

Gilt für: