Partager via


BlobContainersOperationsExtensions.ListNext 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 Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Storage.Models.ListContainerItem> ListNext (this Microsoft.Azure.Management.Storage.IBlobContainersOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Storage.IBlobContainersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Storage.Models.ListContainerItem>
<Extension()>
Public Function ListNext (operations As IBlobContainersOperations, nextPageLink As String) As 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.

Retours

S’applique à