java.lang.Object
com.azure.core.util.ExpandableStringEnum<SkuTier>
com.azure.resourcemanager.botservice.models.SkuTier

public final class SkuTier extends com.azure.core.util.ExpandableStringEnum<SkuTier>
Defines values for SkuTier.
  • 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
     
  • 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, 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

    • SkuTier

      public SkuTier()
  • 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.