IntegrationRuntimeNodesOperationsExtensions.Update Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mises à jour un nœud de runtime d’intégration auto-hébergé.
public static Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode Update (this Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeNodesOperations operations, string resourceGroupName, string factoryName, string integrationRuntimeName, string nodeName, Microsoft.Azure.Management.DataFactory.Models.UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest);
static member Update : Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeNodesOperations * string * string * string * string * Microsoft.Azure.Management.DataFactory.Models.UpdateIntegrationRuntimeNodeRequest -> Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode
<Extension()>
Public Function Update (operations As IIntegrationRuntimeNodesOperations, resourceGroupName As String, factoryName As String, integrationRuntimeName As String, nodeName As String, updateIntegrationRuntimeNodeRequest As UpdateIntegrationRuntimeNodeRequest) As SelfHostedIntegrationRuntimeNode
Paramètres
- operations
- IIntegrationRuntimeNodesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- factoryName
- String
Nom de la fabrique.
- integrationRuntimeName
- String
Nom du runtime d’intégration.
- nodeName
- String
Nom du nœud runtime d’intégration.
- updateIntegrationRuntimeNodeRequest
- UpdateIntegrationRuntimeNodeRequest
Paramètres de mise à jour d’un nœud runtime d’intégration.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET