Share via


SynapseAnalyticsManagementClient.StartIntegrationRuntimeAsync Method

Definition

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

Parameters

resourceGroupName
String
workspaceName
String
integrationRuntimeName
String
integrationRuntime
IntegrationRuntimeResource

Returns

Applies to