你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IUpdateHistoryProperty.Update Property

Definition

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

Applies to