Freigeben über


ManagedInstancePrivateEndpointConnectionsOperationsExtensions.GetAsync Methode

Definition

Ruft eine verbindung mit einem privaten Endpunkt ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateEndpointConnection> GetAsync (this Microsoft.Azure.Management.Sql.IManagedInstancePrivateEndpointConnectionsOperations operations, string resourceGroupName, string managedInstanceName, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Sql.IManagedInstancePrivateEndpointConnectionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateEndpointConnection>
<Extension()>
Public Function GetAsync (operations As IManagedInstancePrivateEndpointConnectionsOperations, resourceGroupName As String, managedInstanceName As String, privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedInstancePrivateEndpointConnection)

Parameter

operations
IManagedInstancePrivateEndpointConnectionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

managedInstanceName
String

Der Name der verwalteten Instanz.

privateEndpointConnectionName
String

Der Name der privaten Endpunktverbindung.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: