IContainerProperties.ImmutabilityPolicyUpdateHistory 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 history of the blob container.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The ImmutabilityPolicy update history of the blob container.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty) }, ReadOnly=true, Required=false, SerializedName="updateHistory")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty[] ImmutabilityPolicyUpdateHistory { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The ImmutabilityPolicy update history of the blob container.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty) }, ReadOnly=true, Required=false, SerializedName="updateHistory")>]
member this.ImmutabilityPolicyUpdateHistory : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUpdateHistoryProperty[]
Public ReadOnly Property ImmutabilityPolicyUpdateHistory As IUpdateHistoryProperty()
Property Value
- Attributes