Class LabServicesSkuCapacity

java.lang.Object
com.azure.resourcemanager.labservices.models.LabServicesSkuCapacity

public final class LabServicesSkuCapacity extends Object
The scale out/in options of the SKU.
  • Constructor Details

    • LabServicesSkuCapacity

      public LabServicesSkuCapacity()
  • Method Details

    • defaultProperty

      public Long defaultProperty()
      Get the defaultProperty property: The default capacity for this resource.
      Returns:
      the defaultProperty value.
    • minimum

      public Long minimum()
      Get the minimum property: The lowest permitted capacity for this resource.
      Returns:
      the minimum value.
    • maximum

      public Long maximum()
      Get the maximum property: The highest permitted capacity for this resource.
      Returns:
      the maximum value.
    • scaleType

      public ScaleType scaleType()
      Get the scaleType property: The localized name of the resource.
      Returns:
      the scaleType value.
    • validate

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