Class ImplementationEffort

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ImplementationEffort>
com.azure.resourcemanager.security.models.ImplementationEffort

public final class ImplementationEffort extends com.azure.core.util.ExpandableStringEnum<ImplementationEffort>
The implementation effort required to remediate this assessment.
  • Field Details

    • LOW

      public static final ImplementationEffort LOW
      Static value Low for ImplementationEffort.
    • MODERATE

      public static final ImplementationEffort MODERATE
      Static value Moderate for ImplementationEffort.
    • HIGH

      public static final ImplementationEffort HIGH
      Static value High for ImplementationEffort.
  • Constructor Details

    • ImplementationEffort

      public ImplementationEffort()
  • Method Details

    • fromString

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

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