IStorageAccountOperations.ListAsync Method (CancellationToken)
Asynchronously lists the storage accounts in a subscription.
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
Function ListAsync ( cancellationToken As CancellationToken ) As Task(Of StorageAccountListResponse)
Parameters
- cancellationToken
-
Type:
System.Threading.CancellationToken
The cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of StorageAccountListResponse)The T:Microsoft.WindowsAzure.Management.Storage.Models.StorageServiceListResponse object that contains the list of storage accounts.
For more information about listing storage accounts, see the following resources:
Show: