AccountOperationsExtensions.SasTokensListNextNext Method (IAccountOperations, String)
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 IPage<SasTokenInfo> SasTokensListNextNext(
this IAccountOperations operations,
string nextPageLink
)
public:
[ExtensionAttribute]
static IPage<SasTokenInfo^>^ SasTokensListNextNext(
IAccountOperations^ operations,
String^ nextPageLink
)
static member SasTokensListNextNext :
operations:IAccountOperations *
nextPageLink:string -> IPage<SasTokenInfo>
<ExtensionAttribute>
Public Shared Function SasTokensListNextNext (
operations As IAccountOperations,
nextPageLink As String
) As IPage(Of SasTokenInfo)
Parameters
operations
Type: Microsoft.Azure.Management.DataLake.Analytics.IAccountOperationsThe operations group for this extension method.
nextPageLink
Type: System.StringThe NextLink from the previous successful call to List operation.
Return Value
Type: Microsoft.Rest.Azure.IPage<SasTokenInfo>
See Also
AccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Analytics Namespace
Return to top