Compartilhar via


SharesOperationsExtensions.ListByAccountNextAsync Método

Definição

Lista de compartilhamentos disponíveis em uma conta.

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

Parâmetros

operations
ISharesOperations

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

Comentários

Listar compartilhamentos em uma conta

Aplica-se a