DataLakeAnalyticsAccountOperationsExtensions.StorageContainersListNextAsync Method (IDataLakeAnalyticsAccountOperations, String)
Gets the next page of the Azure Storage Container objects within the specified Azure Storage account, 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<ListBlobContainersResponse> StorageContainersListNextAsync(
this IDataLakeAnalyticsAccountOperations operations,
string nextLink
)
public:
[ExtensionAttribute]
static Task<ListBlobContainersResponse^>^ StorageContainersListNextAsync(
IDataLakeAnalyticsAccountOperations^ operations,
String^ nextLink
)
static member StorageContainersListNextAsync :
operations:IDataLakeAnalyticsAccountOperations *
nextLink:string -> Task<ListBlobContainersResponse>
<ExtensionAttribute>
Public Shared Function StorageContainersListNextAsync (
operations As IDataLakeAnalyticsAccountOperations,
nextLink As String
) As Task(Of ListBlobContainersResponse)
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 page.
Return Value
Type: System.Threading.Tasks.Task<ListBlobContainersResponse>
The list of blob containers associated with the storage account attached to the Data Lake Analytics account.
See Also
DataLakeAnalyticsAccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Analytics Namespace
Return to top