Freigeben über


IUpdateHistoryProperty.Update Property

Definition

The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "put", "lock", "extend" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="update", Update=false)]
public string Update { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "put", "lock", "extend" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="update", Update=false)>]
member this.Update : string
Public ReadOnly Property Update As String

Property Value

Attributes

Applies to