java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.powerbidedicated.fluent.models.AutoScaleVCoreInner

public final class AutoScaleVCoreInner extends com.azure.core.management.Resource
Represents an instance of an auto scale v-core resource.
  • Constructor Details

    • AutoScaleVCoreInner

      public AutoScaleVCoreInner()
      Creates an instance of AutoScaleVCoreInner 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

      public AutoScaleVCoreInner withSku(AutoScaleVCoreSku sku)
      Set the sku property: The SKU of the auto scale v-core resource.
      Parameters:
      sku - the sku value to set.
      Returns:
      the AutoScaleVCoreInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Metadata pertaining to creation and last modification of the resource.
      Returns:
      the systemData value.
    • withSystemData

      public AutoScaleVCoreInner withSystemData(com.azure.core.management.SystemData systemData)
      Set the systemData property: Metadata pertaining to creation and last modification of the resource.
      Parameters:
      systemData - the systemData value to set.
      Returns:
      the AutoScaleVCoreInner object itself.
    • withLocation

      public AutoScaleVCoreInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public AutoScaleVCoreInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • capacityObjectId

      public String capacityObjectId()
      Get the capacityObjectId property: The object ID of the capacity resource associated with the auto scale v-core resource.
      Returns:
      the capacityObjectId value.
    • withCapacityObjectId

      public AutoScaleVCoreInner withCapacityObjectId(String capacityObjectId)
      Set the capacityObjectId property: The object ID of the capacity resource associated with the auto scale v-core resource.
      Parameters:
      capacityObjectId - the capacityObjectId value to set.
      Returns:
      the AutoScaleVCoreInner object itself.
    • provisioningState

      public VCoreProvisioningState provisioningState()
      Get the provisioningState property: The current deployment state of an auto scale v-core resource. The provisioningState is to indicate states for resource provisioning.
      Returns:
      the provisioningState value.
    • capacityLimit

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

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

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