Class Sku


  • public final class Sku
    extends Object
    Describes an available sku.".
    • Constructor Detail

      • Sku

        public Sku()
    • Method Detail

      • resourceType

        public String resourceType()
        Get the resourceType property: The resource type that this object applies to.
        Returns:
        the resourceType value.
      • sku

        public ResourceSku sku()
        Get the sku property: The billing information of the resource.
        Returns:
        the sku value.
      • capacity

        public SkuCapacity capacity()
        Get the capacity property: Describes scaling information of a sku.
        Returns:
        the capacity value.
      • validate

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