IntegrationRuntimeMonitoringData.Nodes プロパティ

定義

統合ランタイム ノード監視データを取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象