SelfHostedIntegrationRuntimeStatus.Nodes Property

Definition

Gets or sets the list of nodes for this integration runtime.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to