PipelineExternalComputeScaleProperties Class
PipelineExternalComputeScale properties for managed integration runtime.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelPipelineExternalComputeScaleProperties
Constructor
PipelineExternalComputeScaleProperties(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, time_to_live: int | None = None, number_of_pipeline_nodes: int | None = None, number_of_external_nodes: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
time_to_live
|
Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity. |
number_of_pipeline_nodes
|
Number of the pipeline nodes, which should be greater than 0 and less than 11. |
number_of_external_nodes
|
Number of the the external nodes, which should be greater than 0 and less than 11. |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
time_to_live
|
Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity. |
number_of_pipeline_nodes
|
Number of the pipeline nodes, which should be greater than 0 and less than 11. |
number_of_external_nodes
|
Number of the the external nodes, which should be greater than 0 and less than 11. |
Azure SDK for Python