Class ScaleType


  • public final class ScaleType
    extends com.azure.core.util.ExpandableStringEnum<ScaleType>
    Defines values for ScaleType.
    • Field Detail

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

      • ScaleType

        public ScaleType()
    • Method Detail

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