Freigeben über


IntegrationRuntimeNodesOperationsExtensions.UpdateAsync Methode

Definition

Updates einen selbstgehosteten Integration Runtime-Knoten.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode> UpdateAsync (this Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeNodesOperations operations, string resourceGroupName, string factoryName, string integrationRuntimeName, string nodeName, Microsoft.Azure.Management.DataFactory.Models.UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeNodesOperations * string * string * string * string * Microsoft.Azure.Management.DataFactory.Models.UpdateIntegrationRuntimeNodeRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode>
<Extension()>
Public Function UpdateAsync (operations As IIntegrationRuntimeNodesOperations, resourceGroupName As String, factoryName As String, integrationRuntimeName As String, nodeName As String, updateIntegrationRuntimeNodeRequest As UpdateIntegrationRuntimeNodeRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SelfHostedIntegrationRuntimeNode)

Parameter

operations
IIntegrationRuntimeNodesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

factoryName
String

Der Factoryname.

integrationRuntimeName
String

Der Name der Integration Runtime.

nodeName
String

Der Name des Integration Runtime-Knotens.

updateIntegrationRuntimeNodeRequest
UpdateIntegrationRuntimeNodeRequest

Die Parameter zum Aktualisieren eines Integration Runtime-Knotens.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: