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