Share via


ServiceTagsListResult.Values Property

Definition

Gets the list of service tag information resources.

[Newtonsoft.Json.JsonProperty(PropertyName="values")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ServiceTagInformation> Values { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="values")>]
member this.Values : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ServiceTagInformation>
Public ReadOnly Property Values As IList(Of ServiceTagInformation)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to