Class AutoScaleVCoreMutableProperties

java.lang.Object
com.azure.resourcemanager.powerbidedicated.fluent.models.AutoScaleVCoreMutableProperties
Direct Known Subclasses:
AutoScaleVCoreProperties

public class AutoScaleVCoreMutableProperties extends Object
An object that represents a set of mutable auto scale v-core resource properties.
  • Constructor Details

    • AutoScaleVCoreMutableProperties

      public AutoScaleVCoreMutableProperties()
      Creates an instance of AutoScaleVCoreMutableProperties class.
  • Method Details

    • capacityLimit

      public Integer capacityLimit()
      Get the capacityLimit property: The maximum capacity of an auto scale v-core resource.
      Returns:
      the capacityLimit value.
    • withCapacityLimit

      public AutoScaleVCoreMutableProperties withCapacityLimit(Integer capacityLimit)
      Set the capacityLimit property: The maximum capacity of an auto scale v-core resource.
      Parameters:
      capacityLimit - the capacityLimit value to set.
      Returns:
      the AutoScaleVCoreMutableProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.