IntegrationRuntimesOperationsExtensions.UpdateAsync Method

Definition

Updates an 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)

Parameters

operations
IIntegrationRuntimesOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

factoryName
String

The factory name.

integrationRuntimeName
String

The integration runtime name.

updateIntegrationRuntimeRequest
UpdateIntegrationRuntimeRequest

The parameters for updating an integration runtime.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to