java.lang.Object
com.azure.core.util.ExpandableStringEnum<ImpactType>
com.azure.resourcemanager.maintenance.models.ImpactType

public final class ImpactType extends com.azure.core.util.ExpandableStringEnum<ImpactType>
The impact type.
  • Field Details

    • NONE

      public static final ImpactType NONE
      Static value None for ImpactType.
    • FREEZE

      public static final ImpactType FREEZE
      Static value Freeze for ImpactType.
    • RESTART

      public static final ImpactType RESTART
      Static value Restart for ImpactType.
    • REDEPLOY

      public static final ImpactType REDEPLOY
      Static value Redeploy for ImpactType.
  • Constructor Details

  • Method Details

    • fromString

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

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