Class ScaleType


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

      • DEFAULT

        public static final ScaleType DEFAULT
        Static value Default for ScaleType.
      • TARGET_UTILIZATION

        public static final ScaleType TARGET_UTILIZATION
        Static value TargetUtilization 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.
      • values

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