Share via


LegalHoldProperties.Tags Property

Definition

Gets or sets the list of LegalHold tags of a blob container.

[Newtonsoft.Json.JsonProperty(PropertyName="tags")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.TagProperty> Tags { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tags")>]
member this.Tags : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Fluent.Models.TagProperty> with get, set
Public Property Tags As IList(Of TagProperty)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to