Share via


VaultsOperationsExtensions.GetDeletedAsync Method

Definition

Gets the deleted Azure key vault.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.KeyVault.Models.DeletedVault> GetDeletedAsync (this Microsoft.Azure.Management.KeyVault.IVaultsOperations operations, string vaultName, string location, System.Threading.CancellationToken cancellationToken = default);
static member GetDeletedAsync : Microsoft.Azure.Management.KeyVault.IVaultsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.KeyVault.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

The operations group for this extension method.

vaultName
String

The name of the vault.

location
String

The location of the deleted vault.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to