Freigeben über


PrivateLinkServicesOperationsExtensions.GetPrivateEndpointConnectionAsync Methode

Definition

Rufen Sie die spezifische private Endpunktverbindung nach einem bestimmten Privaten Link-Dienst in der Ressourcengruppe ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointConnectionInner> GetPrivateEndpointConnectionAsync (this Microsoft.Azure.Management.Network.Fluent.IPrivateLinkServicesOperations operations, string resourceGroupName, string serviceName, string peConnectionName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetPrivateEndpointConnectionAsync : Microsoft.Azure.Management.Network.Fluent.IPrivateLinkServicesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointConnectionInner>
<Extension()>
Public Function GetPrivateEndpointConnectionAsync (operations As IPrivateLinkServicesOperations, resourceGroupName As String, serviceName As String, peConnectionName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnectionInner)

Parameter

operations
IPrivateLinkServicesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des Private Link-Diensts.

peConnectionName
String

Der Name der privaten Endpunktverbindung.

expand
String

Erweitert Ressourcen, auf die verwiesen wird.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: