次の方法で共有


SelfHostedIntegrationRuntimeStatus.Nodes プロパティ

定義

この統合ランタイムのノードの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象