Compartilhar via


PrivateEndpointConnectionsPrivateLinkHubOperationsExtensions.ListAsync Método

Definição

Obter todas as PrivateEndpointConnections no 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))

Parâmetros

operations
IPrivateEndpointConnectionsPrivateLinkHubOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

privateLinkHubName
String

Nome do privateLinkHub

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a