IUpdateHistoryProperty.Update 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.
The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyUpdateType) }, ReadOnly=true, Required=false, SerializedName="update")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyUpdateType? Update { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyUpdateType) }, ReadOnly=true, Required=false, SerializedName="update")>]
member this.Update : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ImmutabilityPolicyUpdateType>
Public ReadOnly Property Update As Nullable(Of ImmutabilityPolicyUpdateType)
Property Value
- Attributes