ContainerCpuUsage.PerCpuUsage Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="perCpuUsage")]
public System.Collections.Generic.IList<long?> PerCpuUsage { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="perCpuUsage")>]
member this.PerCpuUsage : System.Collections.Generic.IList<Nullable<int64>> with get, set
Public Property PerCpuUsage As IList(Of Nullable(Of Long))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to