IStorageAccountOperations.ListAsync Method (CancellationToken)

 

Asynchronously lists the storage accounts in a subscription.

Namespace:   Microsoft.WindowsAzure.Management.Storage
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.

For more information about listing storage accounts, see the following resources:

Return to top
Show: