@@ -17,23 +17,26 @@ Updates an integration runtime.
17
17
Set-AzDataFactoryV2IntegrationRuntime [-ResourceGroupName] <String> [-DataFactoryName] <String>
18
18
[-Name] <String> [-Type <String>] [-Description <String>] [-Location <String>] [-NodeSize <String>]
19
19
[-NodeCount <Int32>] [-CatalogServerEndpoint <String>] [-CatalogAdminCredential <PSCredential>]
20
- [-CatalogPricingTier <String>] [-VNetId <String>] [-Subnet <String>]
21
- [-PublicIPs <String[]>] [-SetupScriptContainerSasUri <String>]
22
- [-Edition <String>] [-MaxParallelExecutionsPerNode <Int32>] [-LicenseType <String>] [-AuthKey <SecureString>]
23
- [-DataProxyIntegrationRuntimeName <String>] [-DataProxyStagingLinkedServiceName <String>] [-DataProxyStagingPath <String>]
24
- [-Force] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
25
- [-ExpressCustomSetup <ArrayList>]
20
+ [-CatalogPricingTier <String>] [-VNetId <String>] [-Subnet <String>] [-PublicIPs <String[]>]
21
+ [-DataFlowComputeType <String>] [-DataFlowCoreCount <Int32>] [-DataFlowTimeToLive <Int32>]
22
+ [-SetupScriptContainerSasUri <String>] [-Edition <String>] [-ExpressCustomSetup <ArrayList>]
23
+ [-DataProxyIntegrationRuntimeName <String>] [-DataProxyStagingLinkedServiceName <String>]
24
+ [-DataProxyStagingPath <String>] [-MaxParallelExecutionsPerNode <Int32>] [-LicenseType <String>]
25
+ [-AuthKey <SecureString>] [-Force] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
26
+ [<CommonParameters>]
26
27
```
27
28
28
29
### ByResourceId
29
30
```
30
31
Set-AzDataFactoryV2IntegrationRuntime [-ResourceId] <String> [-Type <String>] [-Description <String>]
31
32
[-Location <String>] [-NodeSize <String>] [-NodeCount <Int32>] [-CatalogServerEndpoint <String>]
32
- [-CatalogAdminCredential <PSCredential>] [-CatalogPricingTier <String>] [-VNetId <String>] [-Subnet <String>] [-PublicIPs <String[]>]
33
- [-SetupScriptContainerSasUri <String>] [-Edition <String>] [-MaxParallelExecutionsPerNode <Int32>]
34
- [-DataProxyIntegrationRuntimeName <String>] [-DataProxyStagingLinkedServiceName <String>] [-DataProxyStagingPath <String>]
35
- [-LicenseType <String>] [-AuthKey <SecureString>] [-Force] [-DefaultProfile <IAzureContextContainer>]
36
- [-WhatIf] [-Confirm] [<CommonParameters>] [-ExpressCustomSetup <ArrayList>]
33
+ [-CatalogAdminCredential <PSCredential>] [-CatalogPricingTier <String>] [-VNetId <String>] [-Subnet <String>]
34
+ [-PublicIPs <String[]>] [-DataFlowComputeType <String>] [-DataFlowCoreCount <Int32>]
35
+ [-DataFlowTimeToLive <Int32>] [-SetupScriptContainerSasUri <String>] [-Edition <String>]
36
+ [-ExpressCustomSetup <ArrayList>] [-DataProxyIntegrationRuntimeName <String>]
37
+ [-DataProxyStagingLinkedServiceName <String>] [-DataProxyStagingPath <String>]
38
+ [-MaxParallelExecutionsPerNode <Int32>] [-LicenseType <String>] [-AuthKey <SecureString>] [-Force]
39
+ [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
37
40
```
38
41
39
42
### ByLinkedIntegrationRuntimeResourceId
@@ -55,12 +58,12 @@ Set-AzDataFactoryV2IntegrationRuntime [-ResourceGroupName] <String> [-DataFactor
55
58
Set-AzDataFactoryV2IntegrationRuntime [-InputObject] <PSIntegrationRuntime> [-Type <String>]
56
59
[-Description <String>] [-Location <String>] [-NodeSize <String>] [-NodeCount <Int32>]
57
60
[-CatalogServerEndpoint <String>] [-CatalogAdminCredential <PSCredential>] [-CatalogPricingTier <String>]
58
- [-VNetId <String>] [-Subnet <String>] [-PublicIPs <String[]>]
59
- [-SetupScriptContainerSasUri <String>] [-Edition <String>]
60
- [-MaxParallelExecutionsPerNode <Int32>] [-LicenseType <String>] [-DataProxyIntegrationRuntimeName <String>]
61
- [-DataProxyStagingLinkedServiceName <String>] [-DataProxyStagingPath <String>] [-AuthKey <SecureString>] [-Force]
61
+ [-VNetId <String>] [-Subnet <String>] [-PublicIPs <String[]>] [-DataFlowComputeType <String>]
62
+ [-DataFlowCoreCount <Int32>] [-DataFlowTimeToLive <Int32>] [-SetupScriptContainerSasUri <String>]
63
+ [-Edition <String>] [-ExpressCustomSetup <ArrayList>] [-DataProxyIntegrationRuntimeName <String>]
64
+ [-DataProxyStagingLinkedServiceName <String>] [-DataProxyStagingPath <String>]
65
+ [-MaxParallelExecutionsPerNode <Int32>] [-LicenseType <String>] [-AuthKey <SecureString>] [-Force]
62
66
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
63
- [-ExpressCustomSetup <ArrayList>]
64
67
```
65
68
66
69
### ByLinkedIntegrationRuntimeObject
@@ -217,6 +220,51 @@ Accept pipeline input: True (ByPropertyName)
217
220
Accept wildcard characters : False
218
221
` ` `
219
222
223
+ ### -DataFlowComputeType
224
+ Compute type of the data flow cluster which will execute data flow job.
225
+
226
+ ` ` ` yaml
227
+ Type : System.String
228
+ Parameter Sets : ByIntegrationRuntimeName, ByResourceId, ByIntegrationRuntimeObject
229
+ Aliases :
230
+
231
+ Required : False
232
+ Position : Named
233
+ Default value : None
234
+ Accept pipeline input : False
235
+ Accept wildcard characters : False
236
+ ` ` `
237
+
238
+ ### -DataFlowCoreCount
239
+ Core count of the data flow cluster which will execute data flow job.
240
+
241
+ ` ` ` yaml
242
+ Type : System.Nullable`1[System.Int32]
243
+ Parameter Sets : ByIntegrationRuntimeName, ByResourceId, ByIntegrationRuntimeObject
244
+ Aliases :
245
+
246
+ Required : False
247
+ Position : Named
248
+ Default value : None
249
+ Accept pipeline input : False
250
+ Accept wildcard characters : False
251
+ ` ` `
252
+
253
+ ### -DataFlowTimeToLive
254
+ Time to live (in minutes) setting of the data flow cluster which will execute data flow job.
255
+
256
+ ` ` ` yaml
257
+ Type : System.Nullable`1[System.Int32]
258
+ Parameter Sets : ByIntegrationRuntimeName, ByResourceId, ByIntegrationRuntimeObject
259
+ Aliases :
260
+
261
+ Required : False
262
+ Position : Named
263
+ Default value : None
264
+ Accept pipeline input : False
265
+ Accept wildcard characters : False
266
+ ` ` `
267
+
220
268
### -DataProxyIntegrationRuntimeName
221
269
The Self-Hosted Integration Runtime name which is used as a proxy
222
270
0 commit comments