Compartilhar via


TableOperationsExtensions.ListNextAsync Método

Definição

Obtém uma lista de todas as tabelas na conta de armazenamento especificada

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

Parâmetros

operations
ITableOperations

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

Aplica-se a