共用方式為


AlertsSummaryGroupItem.Values Property

Definition

Gets or sets list of the items

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to