Freigeben über


IListContainerItem.ImmutableStorageWithVersioningEnabled Property

Definition

This is an immutable property, when set to true it enables object level immutability at the container level.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="This is an immutable property, when set to true it enables object level immutability at the container level.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enabled", Update=true)]
public bool? ImmutableStorageWithVersioningEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="This is an immutable property, when set to true it enables object level immutability at the container level.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enabled", Update=true)>]
member this.ImmutableStorageWithVersioningEnabled : Nullable<bool> with get, set
Public Property ImmutableStorageWithVersioningEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to