共用方式為


MonitorServiceList.Data Property

Definition

Gets or sets array of operations

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to