Class AutoScaleVCoreUpdateParameters

java.lang.Object
com.azure.resourcemanager.powerbidedicated.models.AutoScaleVCoreUpdateParameters

public final class AutoScaleVCoreUpdateParameters extends Object
Update request specification.
  • Constructor Details

    • AutoScaleVCoreUpdateParameters

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

    • sku

      public AutoScaleVCoreSku sku()
      Get the sku property: The SKU of the auto scale v-core resource.
      Returns:
      the sku value.
    • withSku

      Set the sku property: The SKU of the auto scale v-core resource.
      Parameters:
      sku - the sku value to set.
      Returns:
      the AutoScaleVCoreUpdateParameters object itself.
    • tags

      public Map<String,String> tags()
      Get the tags property: Key-value pairs of additional provisioning properties.
      Returns:
      the tags value.
    • withTags

      Set the tags property: Key-value pairs of additional provisioning properties.
      Parameters:
      tags - the tags value to set.
      Returns:
      the AutoScaleVCoreUpdateParameters object itself.
    • capacityLimit

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

      public AutoScaleVCoreUpdateParameters 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 AutoScaleVCoreUpdateParameters object itself.
    • validate

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