Partager via


BlobContainersOperationsExtensions.ListNextAsync Méthode

Définition

Répertorie tous les conteneurs et ne prend pas en charge un préfixe tel que le plan de données. De plus, le SRP aujourd’hui ne retourne pas de jeton de continuation.

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

Paramètres

operations
IBlobContainersOperations

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 à