次の方法で共有


DeleteRetentionPolicy.AllowPermanentDelete プロパティ

定義

true に設定すると、このプロパティを取得または設定すると、論理的に削除された BLOB のバージョンとスナップショットを削除できます。 このプロパティは、BLOB 復元ポリシーを使用できません。 このプロパティは BLOB サービスにのみ適用され、コンテナーやファイル共有には適用されません。

[Newtonsoft.Json.JsonProperty(PropertyName="allowPermanentDelete")]
public bool? AllowPermanentDelete { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowPermanentDelete")>]
member this.AllowPermanentDelete : Nullable<bool> with get, set
Public Property AllowPermanentDelete As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象