Class SkuResourceInner


  • public final class SkuResourceInner
    extends Object
    Fulfills ARM Contract requirement to list all available SKUS for a resource.
    • Constructor Detail

      • SkuResourceInner

        public SkuResourceInner()
    • Method Detail

      • capacity

        public SkuCapacity capacity()
        Get the capacity property: Gets or sets the Sku Capacity.
        Returns:
        the capacity value.
      • withCapacity

        public SkuResourceInner withCapacity​(SkuCapacity capacity)
        Set the capacity property: Gets or sets the Sku Capacity.
        Parameters:
        capacity - the capacity value to set.
        Returns:
        the SkuResourceInner object itself.
      • resourceType

        public String resourceType()
        Get the resourceType property: The resource type name.
        Returns:
        the resourceType value.
      • sku

        public SkuSetting sku()
        Get the sku property: Gets or sets the Sku.
        Returns:
        the sku value.
      • withSku

        public SkuResourceInner withSku​(SkuSetting sku)
        Set the sku property: Gets or sets the Sku.
        Parameters:
        sku - the sku value to set.
        Returns:
        the SkuResourceInner object itself.
      • validate

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