ManagedIntegrationRuntimeNode Class

Properties of integration runtime node.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.datafactory._serialization.Model
ManagedIntegrationRuntimeNode

Constructor

ManagedIntegrationRuntimeNode(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, errors: List[_models.ManagedIntegrationRuntimeError] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

errors

The errors that occurred on this integration runtime node.

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

node_id
str

The managed integration runtime node id.

status

The managed integration runtime node status. Known values are: "Starting", "Available", "Recycling", and "Unavailable".

errors

The errors that occurred on this integration runtime node.