Compartilhar via


PrivateLinkResourcesOperationsExtensions.ListByAccountNextAsync Método

Definição

Obtém uma lista de recursos vinculáveis privadamente para uma conta.

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

Parâmetros

operations
IPrivateLinkResourcesOperations

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

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Obtém uma lista de recursos vinculáveis privadamente para uma conta

Aplica-se a