Share via


IntegrationRuntimeMonitoringData.Nodes Property

Definition

Gets or sets integration runtime node monitoring data.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to