IContainerProperties.LegalHoldTag 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 list of LegalHold tags of a blob container.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The list of LegalHold tags of a blob container.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagProperty) }, ReadOnly=false, Required=false, SerializedName="tags")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagProperty[] LegalHoldTag { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The list of LegalHold tags of a blob container.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagProperty) }, ReadOnly=false, Required=false, SerializedName="tags")>]
member this.LegalHoldTag : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ITagProperty[] with get, set
Public Property LegalHoldTag As ITagProperty()
Property Value
- Attributes