StorageAccountUpdateParameters.ImmutabilityPolicyAllowProtectedAppendWrite Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Origin(Microsoft.Azure.PowerShell.Cmdlets.Storage.PropertyOrigin.Inlined)]
public bool? ImmutabilityPolicyAllowProtectedAppendWrite { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Origin(Microsoft.Azure.PowerShell.Cmdlets.Storage.PropertyOrigin.Inlined)>]
member this.ImmutabilityPolicyAllowProtectedAppendWrite : Nullable<bool> with get, set
Public Property ImmutabilityPolicyAllowProtectedAppendWrite As Nullable(Of Boolean)
Property Value
Implements
- Attributes