次の方法で共有


DeleteSecretOperation.Value プロパティ

定義

DeletedSecret を取得します。 この保留中の状態のシークレットを消去または回復する前に、待機 WaitForCompletionAsync(CancellationToken) する必要があります。

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

プロパティ値

注釈

Azure Key Vault はすぐに がDeletedSecret返されますが、論理的な削除が有効になっている場合、シークレットを実際に削除するのに時間がかかる場合があります。

適用対象