Freigeben über


ContainersOperationsExtensions.ListByStorageAccountNextAsync Methode

Definition

Listet alle Container eines Speicherkontos auf einem Data Box Edge-/Data Box Gateway-Gerät auf.

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

Parameter

operations
IContainersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: