Class SkuDescriptionInner


  • public final class SkuDescriptionInner
    extends Object
    The Kusto SKU description of given resource type.
    • Constructor Detail

      • SkuDescriptionInner

        public SkuDescriptionInner()
    • Method Detail

      • resourceType

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

        public String name()
        Get the name property: The name of the SKU.
        Returns:
        the name value.
      • size

        public String size()
        Get the size property: The size of the SKU.
        Returns:
        the size value.
      • locations

        public List<String> locations()
        Get the locations property: The set of locations that the SKU is available.
        Returns:
        the locations value.
      • locationInfo

        public List<SkuLocationInfoItem> locationInfo()
        Get the locationInfo property: Locations and zones.
        Returns:
        the locationInfo value.
      • restrictions

        public List<Object> restrictions()
        Get the restrictions property: The restrictions because of which SKU cannot be used.
        Returns:
        the restrictions value.
      • validate

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