你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RecoverDeletedSecretOperation.Value 属性

定义

SecretProperties获取要恢复的机密的 。 在尝试使用此挂起状态的机密之前,应等待 WaitForCompletionAsync(CancellationToken)

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

属性值

注解

Azure 密钥保管库将立即返回 ,SecretProperties但如果启用了软删除,可能需要一段时间才能实际恢复已删除的机密。

适用于