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.ModelManagedIntegrationRuntimeNode
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
|
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
|
Unmatched properties from the message are deserialized to this collection. |
node_id
|
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python