ILegalHoldProperties.Tag Property

Definition

The list of LegalHold tags of a blob container.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, 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=false, Required=false, SerializedName="tags", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ITagProperty> Tag { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, 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=false, Required=false, SerializedName="tags", Update=true)>]
member this.Tag : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ITagProperty> with get, set
Public Property Tag As List(Of ITagProperty)

Property Value

Attributes

Applies to