Compartilhar via


SecretClient.GetDeletedSecret(String, CancellationToken) Método

Definição

Obtém o segredo excluído especificado.

public virtual Azure.Response<Azure.Security.KeyVault.Secrets.DeletedSecret> GetDeletedSecret (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeletedSecret : string * System.Threading.CancellationToken -> Azure.Response<Azure.Security.KeyVault.Secrets.DeletedSecret>
override this.GetDeletedSecret : string * System.Threading.CancellationToken -> Azure.Response<Azure.Security.KeyVault.Secrets.DeletedSecret>
Public Overridable Function GetDeletedSecret (name As String, Optional cancellationToken As CancellationToken = Nothing) As 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