Delen via


Update-AzSynapseIntegrationRuntimeNode

Werkt het zelf-hostende Integration Runtime-knooppunt bij.

Syntax

Update-AzSynapseIntegrationRuntimeNode
      [-ResourceGroupName <String>]
      -WorkspaceName <String>
      -IntegrationRuntimeName <String>
      -Name <String>
      -ConcurrentJobsLimit <Int32>
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Update-AzSynapseIntegrationRuntimeNode
      -IntegrationRuntimeName <String>
      -WorkspaceObject <PSSynapseWorkspace>
      -Name <String>
      -ConcurrentJobsLimit <Int32>
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Update-AzSynapseIntegrationRuntimeNode
      -ResourceId <String>
      -Name <String>
      -ConcurrentJobsLimit <Int32>
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Update-AzSynapseIntegrationRuntimeNode
      -InputObject <PSIntegrationRuntime>
      -Name <String>
      -ConcurrentJobsLimit <Int32>
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

De cmdlet Update-AzSynapseIntegrationRuntimeNode werkt eigenschappen van zelf-hostende Integration Runtime-knooppunt in een werkruimte bij. Momenteel wordt alleen het bijwerken van 'ConcurrentJobsLimit' ondersteund.

Voorbeelden

Voorbeeld 1

Update-AzSynapseIntegrationRuntimeNode -WorkspaceName ContosoWorkspace -IntegrationRuntimeName 'test-selfhost-ir' -Name 'Node_1' -ConcurrentJobsLimit 3

De cmdlet werkt 'ConcurrentJobsLimit' bij naar 3 voor knooppunt 'Node_1' in zelf-hostende Integration Runtime 'test-selfhost-ir'.

Parameters

-ConcurrentJobsLimit

Het aantal gelijktijdige taken dat is toegestaan om te worden uitgevoerd op het integration runtime-knooppunt. Waarden tussen 1 en maxConcurrentJobs zijn toegestaan.

Type:Int32
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:False
Accept wildcard characters:False

-Confirm

Hiermee wordt u gevraagd om bevestiging voordat u de cmdlet uitvoert.

Type:SwitchParameter
Aliases:cf
Position:Named
standaardwaarde:None
Vereist:False
Accept pipeline input:False
Accept wildcard characters:False

-DefaultProfile

De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
standaardwaarde:None
Vereist:False
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

Het integration runtime-object.

Type:PSIntegrationRuntime
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:True
Accept wildcard characters:False

-IntegrationRuntimeName

De naam van de integratieruntime.

Type:String
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:False
Accept wildcard characters:False

-Name

De naam van het integration runtime-knooppunt.

Type:String
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:False
Accept wildcard characters:False

-ResourceGroupName

Naam van de resourcegroep.

Type:String
Position:Named
standaardwaarde:None
Vereist:False
Accept pipeline input:False
Accept wildcard characters:False

-ResourceId

Resource-id van Synapse Integration Runtime.

Type:String
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Hiermee wordt weergegeven wat er zou gebeuren als u de cmdlet uitvoert. De cmdlet wordt niet uitgevoerd.

Type:SwitchParameter
Aliases:wi
Position:Named
standaardwaarde:None
Vereist:False
Accept pipeline input:False
Accept wildcard characters:False

-WorkspaceName

Naam van Synapse-werkruimte.

Type:String
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:False
Accept wildcard characters:False

-WorkspaceObject

werkruimte-invoerobject, meestal doorgegeven via de pijplijn.

Type:PSSynapseWorkspace
Position:Named
standaardwaarde:None
Vereist:True
Accept pipeline input:True
Accept wildcard characters:False

Invoerwaarden

PSSynapseWorkspace

PSIntegrationRuntime

Uitvoerwaarden

PSSelfHostedIntegrationRuntimeStatus