Share via


ManagedIntegrationRuntimeNode Constructors

Definition

Overloads

ManagedIntegrationRuntimeNode()

Initializes a new instance of the ManagedIntegrationRuntimeNode class.

ManagedIntegrationRuntimeNode(IDictionary<String,Object>, String, String, IList<ManagedIntegrationRuntimeError>)

Initializes a new instance of the ManagedIntegrationRuntimeNode class.

ManagedIntegrationRuntimeNode()

Initializes a new instance of the ManagedIntegrationRuntimeNode class.

public ManagedIntegrationRuntimeNode ();
Public Sub New ()

Applies to

ManagedIntegrationRuntimeNode(IDictionary<String,Object>, String, String, IList<ManagedIntegrationRuntimeError>)

Initializes a new instance of the ManagedIntegrationRuntimeNode class.

public ManagedIntegrationRuntimeNode (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string nodeId = default, string status = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError> errors = default);
new Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode : System.Collections.Generic.IDictionary<string, obj> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError> -> Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional nodeId As String = Nothing, Optional status As String = Nothing, Optional errors As IList(Of ManagedIntegrationRuntimeError) = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

nodeId
String

The managed integration runtime node id.

status
String

The managed integration runtime node status. Possible values include: 'Starting', 'Available', 'Recycling', 'Unavailable'

errors
IList<ManagedIntegrationRuntimeError>

The errors that occurred on this integration runtime node.

Applies to