java.lang.Object
com.azure.core.util.ExpandableStringEnum<Impact>
com.azure.resourcemanager.advisor.models.Impact

public final class Impact extends com.azure.core.util.ExpandableStringEnum<Impact>
The business impact of the recommendation.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Impact
    Static value High for Impact.
    static final Impact
    Static value Low for Impact.
    static final Impact
    Static value Medium for Impact.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static Impact
    Creates or finds a Impact from its string representation.
    Gets known Impact values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • HIGH

      public static final Impact HIGH
      Static value High for Impact.
    • MEDIUM

      public static final Impact MEDIUM
      Static value Medium for Impact.
    • LOW

      public static final Impact LOW
      Static value Low for Impact.
  • Constructor Details

  • Method Details

    • fromString

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

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