Partager via


IntegrationRuntimesOperationsExtensions.StartAsync Méthode

Définition

Démarrer le runtime d’intégration

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeStatusResponse> StartAsync (this Microsoft.Azure.Management.Synapse.IIntegrationRuntimesOperations operations, string resourceGroupName, string workspaceName, string integrationRuntimeName, System.Threading.CancellationToken cancellationToken = default);
static member StartAsync : Microsoft.Azure.Management.Synapse.IIntegrationRuntimesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeStatusResponse>
<Extension()>
Public Function StartAsync (operations As IIntegrationRuntimesOperations, resourceGroupName As String, workspaceName As String, integrationRuntimeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IntegrationRuntimeStatusResponse)

Paramètres

operations
IIntegrationRuntimesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName
String

Nom de l’espace de travail.

integrationRuntimeName
String

Nom du runtime d’intégration

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Démarrer un runtime d’intégration

S’applique à