Partager via


ContainersOperationsExtensions.ListByStorageAccountNextAsync Méthode

Définition

Répertorie tous les conteneurs d’un compte de stockage dans un appareil Data Box Edge/Data Box Gateway.

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

Paramètres

operations
IContainersOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à