Share via


SynapseAnalyticsManagementClient.UpdateIntegrationRuntimeAsync Method

Definition

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime> UpdateIntegrationRuntimeAsync (string resourceGroupName, string workspaceName, string integrationRuntimeName, Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeResource resource, Microsoft.Azure.Management.Synapse.Models.UpdateIntegrationRuntimeRequest request);
abstract member UpdateIntegrationRuntimeAsync : string * string * string * Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeResource * Microsoft.Azure.Management.Synapse.Models.UpdateIntegrationRuntimeRequest -> System.Threading.Tasks.Task<Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime>
override this.UpdateIntegrationRuntimeAsync : string * string * string * Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeResource * Microsoft.Azure.Management.Synapse.Models.UpdateIntegrationRuntimeRequest -> System.Threading.Tasks.Task<Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntime>
Public Overridable Function UpdateIntegrationRuntimeAsync (resourceGroupName As String, workspaceName As String, integrationRuntimeName As String, resource As IntegrationRuntimeResource, request As UpdateIntegrationRuntimeRequest) As Task(Of PSIntegrationRuntime)

Parameters

resourceGroupName
String
workspaceName
String
integrationRuntimeName
String

Returns

Applies to