Class UpdateIntegrationRuntimeNodeRequest
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.UpdateIntegrationRuntimeNodeRequest
-
public final class UpdateIntegrationRuntimeNodeRequest extends Object
Update integration runtime node request.
-
-
Constructor Summary
Constructors Constructor Description UpdateIntegrationRuntimeNodeRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
concurrentJobsLimit()
Get the concurrentJobsLimit property: The number of concurrent jobs permitted to run on the integration runtime node.void
validate()
Validates the instance.UpdateIntegrationRuntimeNodeRequest
withConcurrentJobsLimit(Integer concurrentJobsLimit)
Set the concurrentJobsLimit property: The number of concurrent jobs permitted to run on the integration runtime node.
-
-
-
Method Detail
-
concurrentJobsLimit
public Integer 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
public UpdateIntegrationRuntimeNodeRequest withConcurrentJobsLimit(Integer concurrentJobsLimit)
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.
-
-