File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1639516395 },
1639616396 "description": "The compute resource properties for managed integration runtime."
1639716397 },
16398+ "IntegrationRuntimeCustomerVirtualNetwork": {
16399+ "type": "object",
16400+ "properties": {
16401+ "subnetId": {
16402+ "type": "string",
16403+ "description": "The ID of subnet to which Azure-SSIS integration runtime will join."
16404+ }
16405+ },
16406+ "description": "The definition and properties of virtual network to which Azure-SSIS integration runtime will join."
16407+ },
1639816408 "IntegrationRuntimeCustomSetupScriptProperties": {
1639916409 "type": "object",
1640016410 "properties": {
1802518035 ],
1802618036 "description": "The compute resource properties for managed integration runtime."
1802718037 },
18038+ "customerVirtualNetwork": {
18039+ "oneOf": [
18040+ {
18041+ "$ref": "#/definitions/IntegrationRuntimeCustomerVirtualNetwork"
18042+ },
18043+ {
18044+ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
18045+ }
18046+ ],
18047+ "description": "The definition and properties of virtual network to which Azure-SSIS integration runtime will join."
18048+ },
1802818049 "ssisProperties": {
1802918050 "oneOf": [
1803018051 {
You can’t perform that action at this time.
0 commit comments