DataSourcesSpec.PerformanceCounters Property

Definition

Gets or sets the list of performance counter data source configurations.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to