ManagedIntegrationRuntimeStatus Class

Managed integration runtime status.

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

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.datafactory.models._models_py3.IntegrationRuntimeStatus
ManagedIntegrationRuntimeStatus

Constructor

ManagedIntegrationRuntimeStatus(*, 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.

type

Type of integration runtime. Required. Known values are: "Managed" and "SelfHosted".

data_factory_name
str

The data factory name which the integration runtime belong to.

state

The state of integration runtime. Known values are: "Initial", "Stopped", "Started", "Starting", "Stopping", "NeedRegistration", "Online", "Limited", "Offline", and "AccessDenied".

create_time

The time at which the integration runtime was created, in ISO8601 format.

nodes

The list of nodes for managed integration runtime.

other_errors

The errors that occurred on this integration runtime.

last_operation

The last operation result that occurred on this integration runtime.