StorageAccount.ImmutableStorageWithVersioning プロパティ

定義

プロパティが変更不可であり、アカウント作成時にのみ true に設定できる値を取得または設定します。 true に設定すると、アカウント内のすべてのコンテナーのオブジェクト レベルの不変性が既定で有効になります。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.immutableStorageWithVersioning")]
public Microsoft.Azure.Management.Storage.Models.ImmutableStorageAccount ImmutableStorageWithVersioning { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.immutableStorageWithVersioning")>]
member this.ImmutableStorageWithVersioning : Microsoft.Azure.Management.Storage.Models.ImmutableStorageAccount with get, set
Public Property ImmutableStorageWithVersioning As ImmutableStorageAccount

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象