java.lang.Object
com.azure.core.util.ExpandableStringEnum<ScaleType>
com.azure.resourcemanager.labservices.models.ScaleType

public final class ScaleType extends com.azure.core.util.ExpandableStringEnum<ScaleType>
The localized name of the resource.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ScaleType
    Static value Automatic for ScaleType.
    static final ScaleType
    Static value Manual for ScaleType.
    static final ScaleType
    Static value None for ScaleType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static ScaleType
    Creates or finds a ScaleType from its string representation.
    Gets known ScaleType 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

    • NONE

      public static final ScaleType NONE
      Static value None for ScaleType.
    • MANUAL

      public static final ScaleType MANUAL
      Static value Manual for ScaleType.
    • AUTOMATIC

      public static final ScaleType AUTOMATIC
      Static value Automatic for ScaleType.
  • Constructor Details

    • ScaleType

      public ScaleType()
  • Method Details

    • fromString

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

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