Compartilhar via


StorageAccountsOperationsExtensions.ListByAccountNextAsync Método

Definição

Obtém a primeira página de contas de Armazenamento do Azure, se houver, vinculadas à conta de Data Lake Analytics especificada. A resposta inclui um link para a próxima página, se houver.

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

Parâmetros

operations
IStorageAccountsOperations

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