Class AutoScaleVCoreListResult

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

public final class AutoScaleVCoreListResult extends Object
An array of auto scale v-core resources.
  • Constructor Details

    • AutoScaleVCoreListResult

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

    • value

      public List<AutoScaleVCoreInner> value()
      Get the value property: An array of auto scale v-core resources.
      Returns:
      the value value.
    • withValue

      Set the value property: An array of auto scale v-core resources.
      Parameters:
      value - the value value to set.
      Returns:
      the AutoScaleVCoreListResult object itself.
    • validate

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