Class SkuDescriptionInner

java.lang.Object
com.azure.resourcemanager.kusto.fluent.models.SkuDescriptionInner

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

    • SkuDescriptionInner

      public SkuDescriptionInner()
  • Method Details

    • 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.
    • tier

      public String tier()
      Get the tier property: The tier of the SKU.
      Returns:
      the tier 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.