Compartilhar via


PrivateLinkServicesOperationsExtensions.ListPrivateEndpointConnectionsNextAsync Método

Definição

Obtém todas as conexões de ponto de extremidade privado para um serviço de link privado específico.

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

Parâmetros

operations
IPrivateLinkServicesOperations

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

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a