ManagedIntegrationRuntimeNode Class

Definition

Properties of integration runtime node.

public class ManagedIntegrationRuntimeNode
type ManagedIntegrationRuntimeNode = class
Public Class ManagedIntegrationRuntimeNode
Inheritance
ManagedIntegrationRuntimeNode

Constructors

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.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

Errors

Gets or sets the errors that occurred on this integration runtime node.

NodeId

Gets the managed integration runtime node id.

Status

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

Applies to