Share via


IntegrationRuntimeNodeMonitoringData.CpuUtilization Property

Definition

Gets CPU percentage on the integration runtime node.

[Newtonsoft.Json.JsonProperty(PropertyName="cpuUtilization")]
public int? CpuUtilization { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cpuUtilization")>]
member this.CpuUtilization : Nullable<int>
Public ReadOnly Property CpuUtilization As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to