次の方法で共有


ManagedIntegrationRuntimeStatus.Nodes プロパティ

定義

マネージド統合ランタイムのノードの一覧を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象