PerfMonSet.Values Property

Definition

Gets or sets collection of workers that are active during this time.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to