TagDetailsInner.Values Property

Definition

Gets or sets the list of tag values.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to