Compartilhar via


VaultsOperationsExtensions.GetDeletedAsync Método

Definição

Obtém o cofre de chaves do Azure excluído.

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)

Parâmetros

operations
IVaultsOperations

O grupo de operações para esse método de extensão.

vaultName
String

O nome do cofre.

location
String

O local do cofre excluído.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a