SynapseAnalyticsManagementClient.UpdateIntegrationRuntimeAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- resource
- IntegrationRuntimeResource
- request
- UpdateIntegrationRuntimeRequest