Share via


DataLakeAnalyticsStorageContainerCollection.GetAll(CancellationToken) Method

Definition

Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination. The response includes a link to the next page of results, if any.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}/containers
  • Operation Id: StorageAccounts_ListStorageContainers
public virtual Azure.Pageable<Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsStorageContainerResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsStorageContainerResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsStorageContainerResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DataLakeAnalyticsStorageContainerResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of DataLakeAnalyticsStorageContainerResource that may take multiple service requests to iterate over.

Applies to