AccountOperationsExtensions.StorageContainersListNextNextAsync Method (IAccountOperations, String, CancellationToken)

 

Gets the next page of Azure Storage containers, if any, within the specified Azure Storage account. The response includes a link to the next page of results, if any.

Namespace:   Microsoft.Azure.Management.DataLake.Analytics
Assembly:  Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)

Syntax

public static Task<IPage<BlobContainer>> StorageContainersListNextNextAsync(
    this IAccountOperations operations,
    string nextPageLink,
    CancellationToken cancellationToken = null
)
public:
[ExtensionAttribute]
static Task<IPage<BlobContainer^>^>^ StorageContainersListNextNextAsync(
    IAccountOperations^ operations,
    String^ nextPageLink,
    CancellationToken cancellationToken = null
)
static member StorageContainersListNextNextAsync : 
        operations:IAccountOperations *
        nextPageLink:string *
        cancellationToken:CancellationToken = null -> Task<IPage<BlobContainer>>
<ExtensionAttribute>
Public Shared Function StorageContainersListNextNextAsync (
    operations As IAccountOperations,
    nextPageLink As String,
    cancellationToken As CancellationToken
) As Task(Of IPage(Of BlobContainer))

Parameters

  • nextPageLink
    Type: System.String

    The NextLink from the previous successful call to List operation.

Return Value

Type: System.Threading.Tasks.Task<IPage<BlobContainer>>

See Also

AccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Analytics Namespace

Return to top