Uses of Class
com.azure.resourcemanager.datafactory.models.UpdateIntegrationRuntimeNodeRequest
-
Packages that use UpdateIntegrationRuntimeNodeRequest Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of UpdateIntegrationRuntimeNodeRequest in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent with parameters of type UpdateIntegrationRuntimeNodeRequest Modifier and Type Method Description SelfHostedIntegrationRuntimeNodeInner
IntegrationRuntimeNodesClient. 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
Methods in com.azure.resourcemanager.datafactory.models that return UpdateIntegrationRuntimeNodeRequest Modifier and Type Method Description UpdateIntegrationRuntimeNodeRequest
UpdateIntegrationRuntimeNodeRequest. withConcurrentJobsLimit(Integer concurrentJobsLimit)
Set the concurrentJobsLimit property: The number of concurrent jobs permitted to run on the integration runtime node.Methods in com.azure.resourcemanager.datafactory.models with parameters of type UpdateIntegrationRuntimeNodeRequest Modifier and Type Method Description SelfHostedIntegrationRuntimeNode
IntegrationRuntimeNodes. 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.
-