Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Update-AzDataFactoryV2IntegrationRuntimeNode

Updates self-hosted integration runtime node.

Syntax

ByIntegrationRuntimeName (Default)

Update-AzDataFactoryV2IntegrationRuntimeNode
 [-IntegrationRuntimeName] <String>
 [-ResourceGroupName] <String>
 [-DataFactoryName] <String>
 -Name <String>
 -ConcurrentJobsLimit <Int32>
 [-DefaultProfile <IAzureContextContainer>]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

ByResourceId

Update-AzDataFactoryV2IntegrationRuntimeNode
 [-ResourceId] <String>
 -Name <String>
 -ConcurrentJobsLimit <Int32>
 [-DefaultProfile <IAzureContextContainer>]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

ByIntegrationRuntimeObject

Update-AzDataFactoryV2IntegrationRuntimeNode
 [-InputObject] <PSIntegrationRuntime>
 -Name <String>
 -ConcurrentJobsLimit <Int32>
 [-DefaultProfile <IAzureContextContainer>]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

Description

The Update-AzDataFactoryV2IntegrationRuntimeNode cmdlet updates properties of self-hosted integration runtime node in a data factory. Currently only supports updating 'ConcurrentJobsLimit'.

Examples

Example 1: Updates self-hosted integration runtime node

Update-AzDataFactoryV2IntegrationRuntimeNode `
 -ResourceGroupName 'rg-test-dfv2' `
 -DataFactoryName 'test-df-eu2' `
 -IntegrationRuntimeName 'test-selfhost-ir' `
 -Name 'Node_1' `
 -ConcurrentJobsLimit 3

The cmdlet updates 'ConcurrentJobsLimit' to 3 for node 'Node_1' in self-hosted integration runtime 'test-selfhost-ir'.

Parameters

-ConcurrentJobsLimit

The number of concurrent jobs permitted to run on the integration runtime node. Values between 1 and maxConcurrentJobs are allowed.

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

-DataFactoryName

The data factory name.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with azure.

Parameter properties

Type:IAzureContextContainer
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzContext, AzureRmContext, AzureCredential

Parameter sets

-InputObject

The integration runtime object.

Parameter properties

Type:PSIntegrationRuntime
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-IntegrationRuntimeName

The integration runtime name.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Name

The integration runtime node name.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-ResourceGroupName

The resource group name.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-ResourceId

The Azure resource ID.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:Id

Parameter sets

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

String

PSIntegrationRuntime

Outputs

PSSelfHostedIntegrationRuntimeNode

Notes

Keywords: azure, azurerm, arm, resource, management, manager, data, factories, copy, activities, integration runtime

Related Links


Feedback

Was this page helpful?