Class DeploymentScaleType


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

      • MANUAL

        public static final DeploymentScaleType MANUAL
        Static value Manual for DeploymentScaleType.
    • Constructor Detail

      • DeploymentScaleType

        public DeploymentScaleType()
    • Method Detail

      • fromString

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