Share via


PrivateEndpointConnectionsOperationsExtensions.ListAsync Methode

Definition

Listet die Verbindung mit privaten Endpunkten im Arbeitsbereich auf.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnection>> ListAsync (this Microsoft.Azure.Management.Synapse.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string workspaceName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Synapse.IPrivateEndpointConnectionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnection>>
<Extension()>
Public Function ListAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, workspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateEndpointConnection))

Parameter

operations
IPrivateEndpointConnectionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

workspaceName
String

Den Namen des Arbeitsbereichs

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: