Partager via


TableOperationsExtensions.ListNextAsync Méthode

Définition

Obtient une liste de toutes les tables sous le compte de stockage spécifié

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))

Paramètres

operations
ITableOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à