java.lang.Object
com.azure.core.util.ExpandableStringEnum<VMTier>
com.azure.resourcemanager.machinelearning.models.VMTier

public final class VMTier extends com.azure.core.util.ExpandableStringEnum<VMTier>
VM tier The type of the VM.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final VMTier
    Static value LowPriority for VMTier.
    static final VMTier
    Static value Spot for VMTier.
    static final VMTier
    Static value Standard for VMTier.
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    static VMTier
    Creates or finds a VMTier from its string representation.
    Gets known VMTier 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 VMTier STANDARD
      Static value Standard for VMTier.
    • LOW_PRIORITY

      public static final VMTier LOW_PRIORITY
      Static value LowPriority for VMTier.
    • SPOT

      public static final VMTier SPOT
      Static value Spot for VMTier.
  • Constructor Details

  • Method Details

    • fromString

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

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