StorageAccountsOperations.ListAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StorageAccount> ListAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member ListAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StorageAccount>
override this.ListAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StorageAccount>
Public Overridable Function ListAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StorageAccount)
Parameters
- cancellationToken
- System.Threading.CancellationToken
The cancellation token to use.