Delen via


DeletedAccountsOperationsExtensions.ListAsync Method

Definition

Lists deleted accounts under the subscription.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Storage.Models.DeletedAccount>> ListAsync (this Microsoft.Azure.Management.Storage.IDeletedAccountsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Storage.IDeletedAccountsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Storage.Models.DeletedAccount>>
<Extension()>
Public Function ListAsync (operations As IDeletedAccountsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeletedAccount))

Parameters

operations
IDeletedAccountsOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to