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

public final class ScaleType extends com.azure.core.util.ExpandableStringEnum<ScaleType>
Scale type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ScaleType
    Static value HA 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

    • HA

      public static final ScaleType HA
      Static value HA 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.