Interface SkuDescription


public interface SkuDescription
An immutable client-side representation of SkuDescription.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.kusto.fluent.models.SkuDescriptionInner object.
    Gets the locationInfo property: Locations and zones.
    Gets the locations property: The set of locations that the SKU is available.
    Gets the name property: The name of the SKU.
    Gets the resourceType property: The resource type.
    Gets the restrictions property: The restrictions because of which SKU cannot be used.
    Gets the tier property: The tier of the SKU.
  • Method Details

    • resourceType

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

      String name()
      Gets the name property: The name of the SKU.
      Returns:
      the name value.
    • tier

      String tier()
      Gets the tier property: The tier of the SKU.
      Returns:
      the tier value.
    • locations

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

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

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

      SkuDescriptionInner innerModel()
      Gets the inner com.azure.resourcemanager.kusto.fluent.models.SkuDescriptionInner object.
      Returns:
      the inner object.