DataLakeAnalyticsAccountOperationsExtensions.SasTokensListNext Method (IDataLakeAnalyticsAccountOperations, 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 ListSasTokensResponse SasTokensListNext(
this IDataLakeAnalyticsAccountOperations operations,
string nextLink
)
public:
[ExtensionAttribute]
static ListSasTokensResponse^ SasTokensListNext(
IDataLakeAnalyticsAccountOperations^ operations,
String^ nextLink
)
static member SasTokensListNext :
operations:IDataLakeAnalyticsAccountOperations *
nextLink:string -> ListSasTokensResponse
<ExtensionAttribute>
Public Shared Function SasTokensListNext (
operations As IDataLakeAnalyticsAccountOperations,
nextLink As String
) As ListSasTokensResponse
Parameters
operations
Type: Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountOperationsReference to the Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountOperations.
nextLink
Type: System.StringRequired. The url to the next Azure Storage Container SAS token page.
Return Value
Type: Microsoft.Azure.Management.DataLake.Analytics.Models.ListSasTokensResponse
The SAS response that contains the storage account, container and associated SAS token for connection use.
See Also
DataLakeAnalyticsAccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Analytics Namespace
Return to top