Partager via


PrivateEndpointConnectionsPrivateLinkHubOperationsExtensions.ListAsync Méthode

Définition

Obtenir tous les PrivateEndpointConnections dans PrivateLinkHub

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

Paramètres

operations
IPrivateEndpointConnectionsPrivateLinkHubOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

privateLinkHubName
String

Nom du privateLinkHub

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à