java.lang.Object
com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanList

public final class ScalingPlanList extends Object
ScalingPlanList List of scaling plan definitions.
  • Constructor Details

    • ScalingPlanList

      public ScalingPlanList()
  • Method Details

    • value

      public List<ScalingPlanInner> value()
      Get the value property: List of scaling plan definitions.
      Returns:
      the value value.
    • withValue

      public ScalingPlanList withValue(List<ScalingPlanInner> value)
      Set the value property: List of scaling plan definitions.
      Parameters:
      value - the value value to set.
      Returns:
      the ScalingPlanList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link to the next page of results.
      Returns:
      the nextLink value.
    • validate

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