Freigeben über


IntegrationRuntimesOperationsExtensions.UpdateAsync Methode

Definition

Updates eine Integration Runtime.

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

Parameter

operations
IIntegrationRuntimesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

factoryName
String

Der Factoryname.

integrationRuntimeName
String

Der Name der Integration Runtime.

updateIntegrationRuntimeRequest
UpdateIntegrationRuntimeRequest

Die Parameter zum Aktualisieren einer Integration Runtime.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: