PipelineExternalComputeScaleProperties Class

PipelineExternalComputeScale properties for managed integration runtime.

Inheritance
azure.mgmt.datafactory._serialization.Model
PipelineExternalComputeScaleProperties

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
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

time_to_live
int

Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.

number_of_pipeline_nodes
int

Number of the pipeline nodes, which should be greater than 0 and less than 11.

number_of_external_nodes
int

Number of the the external nodes, which should be greater than 0 and less than 11.

Variables

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

Unmatched properties from the message are deserialized to this collection.

time_to_live
int

Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.

number_of_pipeline_nodes
int

Number of the pipeline nodes, which should be greater than 0 and less than 11.

number_of_external_nodes
int

Number of the the external nodes, which should be greater than 0 and less than 11.