Class ResourceSkuCapacity

java.lang.Object
com.azure.resourcemanager.datamigration.models.ResourceSkuCapacity

public final class ResourceSkuCapacity extends Object
Describes scaling information of a SKU.
  • Constructor Details

    • ResourceSkuCapacity

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

    • minimum

      public Long minimum()
      Get the minimum property: The minimum capacity.
      Returns:
      the minimum value.
    • maximum

      public Long maximum()
      Get the maximum property: The maximum capacity.
      Returns:
      the maximum value.
    • defaultProperty

      public Long defaultProperty()
      Get the defaultProperty property: The default capacity.
      Returns:
      the defaultProperty value.
    • scaleType

      public ResourceSkuCapacityScaleType scaleType()
      Get the scaleType property: The scale type applicable to the SKU.
      Returns:
      the scaleType value.
    • validate

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