Partilhar via


SecretClient.GetDeletedSecretAsync(String, CancellationToken) Método

Definição

Obtém o segredo excluído especificado.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Secrets.DeletedSecret>> GetDeletedSecretAsync (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeletedSecretAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Secrets.DeletedSecret>>
override this.GetDeletedSecretAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Secrets.DeletedSecret>>
Public Overridable Function GetDeletedSecretAsync (name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DeletedSecret))

Parâmetros

name
String

O nome do segredo.

cancellationToken
CancellationToken

Um CancellationToken que controla o tempo de vida da solicitação.

Retornos

Exceções

name é uma cadeia de caracteres vazia.

name é nulo.

O servidor retornou um erro. Consulte Message para obter detalhes retornados do servidor.

Comentários

A operação Obter Segredo Excluído retorna o segredo excluído especificado junto com seus atributos. Essa operação requer a permissão de obtenção/segredos.

Aplica-se a