Partager via


IntegrationRuntimesOperationsExtensions.UpdateAsync Méthode

Définition

Mettre à jour le runtime d’intégration

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

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

updateIntegrationRuntimeRequest
UpdateIntegrationRuntimeRequest

Paramètres de mise à jour d’un runtime d’intégration.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Mettre à jour un runtime d’intégration

S’applique à