Compartilhar via


DeleteSecretOperation.Value Propriedade

Definição

Obtém o DeletedSecret. Você deve aguardar WaitForCompletionAsync(CancellationToken) antes de tentar limpar ou recuperar um segredo nesse estado pendente.

public override Azure.Security.KeyVault.Secrets.DeletedSecret Value { get; }
member this.Value : Azure.Security.KeyVault.Secrets.DeletedSecret
Public Overrides ReadOnly Property Value As DeletedSecret

Valor da propriedade

Comentários

O Key Vault do Azure retornará um DeletedSecret imediatamente, mas pode levar tempo para realmente excluir o segredo se a exclusão reversível estiver habilitada.

Aplica-se a