Share via


ManagedIntegrationRuntimeStatus.Nodes Property

Definition

Gets the list of nodes for managed integration runtime.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to