Dela via


IStorageAccountUpdateParameters.ImmutabilityPolicyAllowProtectedAppendWrite Property

Definition

This property can only be changed for disabled and unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="This property can only be changed for disabled and unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowProtectedAppendWrites", Update=true)]
public bool? ImmutabilityPolicyAllowProtectedAppendWrite { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="This property can only be changed for disabled and unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowProtectedAppendWrites", Update=true)>]
member this.ImmutabilityPolicyAllowProtectedAppendWrite : Nullable<bool> with get, set
Public Property ImmutabilityPolicyAllowProtectedAppendWrite As Nullable(Of Boolean)

Property Value

Attributes

Applies to