Class UpdateIntegrationRuntimeNodeRequest

java.lang.Object
com.azure.resourcemanager.datafactory.models.UpdateIntegrationRuntimeNodeRequest

public final class UpdateIntegrationRuntimeNodeRequest extends Object
Update integration runtime node request.
  • Constructor Details

    • UpdateIntegrationRuntimeNodeRequest

      public UpdateIntegrationRuntimeNodeRequest()
  • Method Details

    • 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.