Share via


ContainersOperationsExtensions.ListByStorageAccountNextAsync Method

Definition

Lists all the containers of a storage Account in a Data Box Edge/Data Box Gateway device.

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

Parameters

operations
IContainersOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to