Uses of Class
com.azure.resourcemanager.datafactory.models.UpdateIntegrationRuntimeNodeRequest
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of UpdateIntegrationRuntimeNodeRequest in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionIntegrationRuntimeNodesClient.update
(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest) Updates a self-hosted integration runtime node.com.azure.core.http.rest.Response<SelfHostedIntegrationRuntimeNodeInner>
IntegrationRuntimeNodesClient.updateWithResponse
(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest, com.azure.core.util.Context context) Updates a self-hosted integration runtime node. -
Uses of UpdateIntegrationRuntimeNodeRequest in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionUpdateIntegrationRuntimeNodeRequest.withConcurrentJobsLimit
(Integer concurrentJobsLimit) Set the concurrentJobsLimit property: The number of concurrent jobs permitted to run on the integration runtime node.Modifier and TypeMethodDescriptionIntegrationRuntimeNodes.update
(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest) Updates a self-hosted integration runtime node.com.azure.core.http.rest.Response<SelfHostedIntegrationRuntimeNode>
IntegrationRuntimeNodes.updateWithResponse
(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest, com.azure.core.util.Context context) Updates a self-hosted integration runtime node.