SelfHostedIntegrationRuntimeNode Class

Properties of Self-hosted integration runtime node.

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

Inheritance
azure.mgmt.datafactory._serialization.Model
SelfHostedIntegrationRuntimeNode

Constructor

SelfHostedIntegrationRuntimeNode(*, additional_properties: Dict[str, MutableMapping[str, Any]] | 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.

Variables

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

Unmatched properties from the message are deserialized to this collection.

node_name
str

Name of the integration runtime node.

machine_name
str

Machine name of the integration runtime node.

host_service_uri
str

URI for the host machine of the integration runtime.

status

Status of the integration runtime node. Known values are: "NeedRegistration", "Online", "Limited", "Offline", "Upgrading", "Initializing", and "InitializeFailed".

capabilities

The integration runtime capabilities dictionary.

version_status
str

Status of the integration runtime node version.

version
str

Version of the integration runtime node.

register_time

The time at which the integration runtime node was registered in ISO8601 format.

last_connect_time

The most recent time at which the integration runtime was connected in ISO8601 format.

expiry_time

The time at which the integration runtime will expire in ISO8601 format.

last_start_time

The time the node last started up.

last_stop_time

The integration runtime node last stop time.

last_update_result

The result of the last integration runtime node update. Known values are: "None", "Succeed", and "Fail".

last_start_update_time

The last time for the integration runtime node update start.

last_end_update_time

The last time for the integration runtime node update end.

is_active_dispatcher

Indicates whether this node is the active dispatcher for integration runtime requests.

concurrent_jobs_limit
int

Maximum concurrent jobs on the integration runtime node.

max_concurrent_jobs
int

The maximum concurrent jobs in this integration runtime.