Class UpdateIntegrationRuntimeNodeRequest
java.lang.Object
com.azure.resourcemanager.datafactory.models.UpdateIntegrationRuntimeNodeRequest
Update integration runtime node request.
-
Constructor Summary
ConstructorDescriptionCreates an instance of UpdateIntegrationRuntimeNodeRequest class. -
Method Summary
Modifier and TypeMethodDescriptionGet the concurrentJobsLimit property: The number of concurrent jobs permitted to run on the integration runtime node.void
validate()
Validates the instance.withConcurrentJobsLimit
(Integer concurrentJobsLimit) Set the concurrentJobsLimit property: The number of concurrent jobs permitted to run on the integration runtime node.
-
Constructor Details
-
UpdateIntegrationRuntimeNodeRequest
public UpdateIntegrationRuntimeNodeRequest()Creates an instance of UpdateIntegrationRuntimeNodeRequest class.
-
-
Method Details
-
concurrentJobsLimit
Get the concurrentJobsLimit property: The number of concurrent jobs permitted to run on the integration runtime node. Values between 1 and maxConcurrentJobs(inclusive) are allowed.- Returns:
- the concurrentJobsLimit value.
-
withConcurrentJobsLimit
Set the concurrentJobsLimit property: The number of concurrent jobs permitted to run on the integration runtime node. Values between 1 and maxConcurrentJobs(inclusive) are allowed.- Parameters:
concurrentJobsLimit
- the concurrentJobsLimit value to set.- Returns:
- the UpdateIntegrationRuntimeNodeRequest object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-