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

public final class ScanState extends com.azure.core.util.ExpandableStringEnum<ScanState>
The scan status.
  • Field Details

    • FAILED

      public static final ScanState FAILED
      Static value Failed for ScanState.
    • FAILED_TO_RUN

      public static final ScanState FAILED_TO_RUN
      Static value FailedToRun for ScanState.
    • IN_PROGRESS

      public static final ScanState IN_PROGRESS
      Static value InProgress for ScanState.
    • PASSED

      public static final ScanState PASSED
      Static value Passed for ScanState.
  • Constructor Details

    • ScanState

      public ScanState()
  • Method Details

    • fromString

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

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