次の方法で共有


StorageAccountAttributes.RecoveryLevel プロパティ

定義

取得には、現在のコンテナー内のストレージ アカウントに対して現在有効な削除回復レベルが反映されます。 "Purgeable" が含まれている場合、ストレージ アカウントは特権ユーザーによって完全に削除できます。それ以外の場合、保持間隔の最後にストレージ アカウントを消去できるのはシステムだけです。 使用可能な値は、'Purgeable'、'Recoverable+Purgeable'、'Recoverable'、'Recoverable+ProtectedSubscription' です。

[Newtonsoft.Json.JsonProperty(PropertyName="recoveryLevel")]
public string RecoveryLevel { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="recoveryLevel")>]
member this.RecoveryLevel : string
Public ReadOnly Property RecoveryLevel As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象