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

public final class SkuTier extends com.azure.core.util.ExpandableStringEnum<SkuTier>
The Sku tier.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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, hashCode, toString, values

    Methods inherited from class java.lang.Object

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

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