AccountOperationsExtensions.SasTokensListNextAsync Method (IAccountOperations, String, CancellationToken)

 

Gets the next page of the SAS token objects within the specified Azure Storage account and container, 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<SasTokenInfo>> SasTokensListNextAsync(
    this IAccountOperations operations,
    string nextLink,
    CancellationToken cancellationToken = null
)
public:
[ExtensionAttribute]
static Task<IPage<SasTokenInfo^>^>^ SasTokensListNextAsync(
    IAccountOperations^ operations,
    String^ nextLink,
    CancellationToken cancellationToken = null
)
static member SasTokensListNextAsync : 
        operations:IAccountOperations *
        nextLink:string *
        cancellationToken:CancellationToken = null -> Task<IPage<SasTokenInfo>>
<ExtensionAttribute>
Public Shared Function SasTokensListNextAsync (
    operations As IAccountOperations,
    nextLink As String,
    cancellationToken As CancellationToken
) As Task(Of IPage(Of SasTokenInfo))

Parameters

  • nextLink
    Type: System.String

    The URL to the next Azure Storage Container SAS token page.

Return Value

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

See Also

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

Return to top