|
126 | 126 | "vNetProperties": { |
127 | 127 | "description": "VNet properties for managed integration runtime.", |
128 | 128 | "$ref": "#/definitions/IntegrationRuntimeVNetProperties" |
| 129 | + }, |
| 130 | + "copyComputeScaleProperties": { |
| 131 | + "description": "CopyComputeScale properties for managed integration runtime.", |
| 132 | + "$ref": "#/definitions/CopyComputeScaleProperties" |
| 133 | + }, |
| 134 | + "pipelineExternalComputeScaleProperties": { |
| 135 | + "description": "PipelineExternalComputeScale properties for managed integration runtime.", |
| 136 | + "$ref": "#/definitions/PipelineExternalComputeScaleProperties" |
129 | 137 | } |
130 | 138 | }, |
131 | 139 | "additionalProperties": { |
|
167 | 175 | "type": "object" |
168 | 176 | } |
169 | 177 | }, |
| 178 | + "CopyComputeScaleProperties": { |
| 179 | + "description": "CopyComputeScale properties for managed integration runtime.", |
| 180 | + "type": "object", |
| 181 | + "properties": { |
| 182 | + "dataIntegrationUnit": { |
| 183 | + "description": "DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.", |
| 184 | + "type": "integer", |
| 185 | + "format": "int32", |
| 186 | + "minimum": 4 |
| 187 | + }, |
| 188 | + "timeToLive": { |
| 189 | + "description": "Time to live (in minutes) setting of integration runtime which will execute copy activity.", |
| 190 | + "type": "integer", |
| 191 | + "format": "int32", |
| 192 | + "minimum": 5 |
| 193 | + } |
| 194 | + }, |
| 195 | + "additionalProperties": { |
| 196 | + "type": "object" |
| 197 | + } |
| 198 | + }, |
| 199 | + "PipelineExternalComputeScaleProperties": { |
| 200 | + "description": "PipelineExternalComputeScale properties for managed integration runtime.", |
| 201 | + "type": "object", |
| 202 | + "properties": { |
| 203 | + "timeToLive": { |
| 204 | + "description": "Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.", |
| 205 | + "type": "integer", |
| 206 | + "format": "int32", |
| 207 | + "minimum": 5 |
| 208 | + } |
| 209 | + }, |
| 210 | + "additionalProperties": { |
| 211 | + "type": "object" |
| 212 | + } |
| 213 | + }, |
170 | 214 | "IntegrationRuntimeVNetProperties": { |
171 | 215 | "description": "VNet properties for managed integration runtime.", |
172 | 216 | "type": "object", |
|
0 commit comments