IContainerProperties.LegalHoldTag Property

Definition

The list of LegalHold tags of a blob container.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="The list of LegalHold tags of a blob container.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ITagProperty) }, Read=true, ReadOnly=true, Required=false, SerializedName="tags", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ITagProperty> LegalHoldTag { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="The list of LegalHold tags of a blob container.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ITagProperty) }, Read=true, ReadOnly=true, Required=false, SerializedName="tags", Update=false)>]
member this.LegalHoldTag : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ITagProperty>
Public ReadOnly Property LegalHoldTag As List(Of ITagProperty)

Property Value

Attributes

Applies to