Class SkuScaleType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SkuScaleType>
com.azure.resourcemanager.appplatform.models.SkuScaleType

public final class SkuScaleType extends com.azure.core.util.ExpandableStringEnum<SkuScaleType>
Gets or sets the type of the scale.
  • Field Details

    • NONE

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

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

      public static final SkuScaleType AUTOMATIC
      Static value Automatic for SkuScaleType.
  • Constructor Details

    • SkuScaleType

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

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