VaultsOperationsExtensions.ListDeletedAsync 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.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.DeletedVault>> ListDeletedAsync (this Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.IVaultsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListDeletedAsync : Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.IVaultsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.DeletedVault>>
<Extension()>
Public Function ListDeletedAsync (operations As IVaultsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeletedVault))
Parameters
- operations
- IVaultsOperations
- cancellationToken
- CancellationToken