java.lang.Object
com.azure.core.util.ExpandableStringEnum<SkuTier>
com.azure.resourcemanager.botservice.models.SkuTier
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class SkuTier extends com.azure.core.util.ExpandableStringEnum<SkuTier>
Gets the sku tier. This is based on the SKU name.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final SkuTier
    Static value Free for SkuTier.
    static final SkuTier
    Static value Standard for SkuTier.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static SkuTier
    Creates or finds a SkuTier from its string representation.
    Gets known SkuTier values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • FREE

      public static final SkuTier FREE
      Static value Free for SkuTier.
    • STANDARD

      public static final SkuTier STANDARD
      Static value Standard for SkuTier.
  • Constructor Details

  • Method Details

    • fromString

      public static SkuTier fromString(String name)
      Creates or finds a SkuTier from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding SkuTier.
    • values

      public static Collection<SkuTier> values()
      Gets known SkuTier values.
      Returns:
      known SkuTier values.