Class ScaleActionType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ScaleActionType>
com.azure.resourcemanager.hdinsight.containers.models.ScaleActionType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ScaleActionType extends com.azure.core.util.ExpandableStringEnum<ScaleActionType>
The action type.
  • Field Details

    • SCALEUP

      public static final ScaleActionType SCALEUP
      Static value scaleup for ScaleActionType.
    • SCALEDOWN

      public static final ScaleActionType SCALEDOWN
      Static value scaledown for ScaleActionType.
  • Constructor Details

    • ScaleActionType

      @Deprecated public ScaleActionType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ScaleActionType value.
  • Method Details

    • fromString

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

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