Class SkuScaleType


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

      • AUTOMATIC

        public static final SkuScaleType AUTOMATIC
        Static value Automatic for SkuScaleType.
      • MANUAL

        public static final SkuScaleType MANUAL
        Static value Manual for SkuScaleType.
      • NONE

        public static final SkuScaleType NONE
        Static value None for SkuScaleType.
    • Constructor Detail

      • SkuScaleType

        public SkuScaleType()
    • Method Detail

      • fromString

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

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