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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.cognitiveservices.fluent.models.ResourceSkuInner object.
    Gets the kind property: The Kind of resources that are supported in this SKU.
    Gets the locations property: The set of locations that the SKU is available.
    Gets the name property: The name of SKU.
    Gets the resourceType property: The type of resource the SKU applies to.
    Gets the restrictions property: The restrictions because of which SKU cannot be used.
    Gets the tier property: Specifies the tier of Cognitive Services account.
  • Method Details

    • resourceType

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

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

      String tier()
      Gets the tier property: Specifies the tier of Cognitive Services account.
      Returns:
      the tier value.
    • kind

      String kind()
      Gets the kind property: The Kind of resources that are supported in this SKU.
      Returns:
      the kind value.
    • locations

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

      List<ResourceSkuRestrictions> restrictions()
      Gets the restrictions property: The restrictions because of which SKU cannot be used. This is empty if there are no restrictions.
      Returns:
      the restrictions value.
    • innerModel

      ResourceSkuInner innerModel()
      Gets the inner com.azure.resourcemanager.cognitiveservices.fluent.models.ResourceSkuInner object.
      Returns:
      the inner object.