Adf Integration Runtime Compute Settings Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Location | String | Specifies the name of the region of the managed IR. | |
MaxParallelExecutionsPerNode | Int32 | 0 | Specifies the highest number of parallel executions allowed per node in a managed IR. |
NodeCount | Int32 | 0 | Specifies the number of nodes required for the managed IR (min 1). |
NodeSize | String | Specifies the size of node required for the managed IR. |
Singleton Children
Child | API Type | Description |
---|---|---|
<DataflowProperties /> | AstAdfIntegrationRuntimeDataflowPropertiesNode | AstAdfIntegrationRuntimeDataflowPropertiesNode objects correspond directly to dataflow properties for managed integration runtimes in Azure Data Factory. |
<VnetProperties /> | AstAdfIntegrationRuntimeVnetPropertiesNode | AstAdfIntegrationRuntimeVnetPropertiesNode objects correspond directly to vNet properties for managed integration runtimes in Azure Data Factory. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |