Class FileImportState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<FileImportState>
com.azure.resourcemanager.securityinsights.models.FileImportState

public final class FileImportState extends com.azure.core.util.ExpandableStringEnum<FileImportState>
The state of the file import.
  • Field Details

    • FATAL_ERROR

      public static final FileImportState FATAL_ERROR
      Static value FatalError for FileImportState.
    • INGESTED

      public static final FileImportState INGESTED
      Static value Ingested for FileImportState.
    • INGESTED_WITH_ERRORS

      public static final FileImportState INGESTED_WITH_ERRORS
      Static value IngestedWithErrors for FileImportState.
    • IN_PROGRESS

      public static final FileImportState IN_PROGRESS
      Static value InProgress for FileImportState.
    • INVALID

      public static final FileImportState INVALID
      Static value Invalid for FileImportState.
    • WAITING_FOR_UPLOAD

      public static final FileImportState WAITING_FOR_UPLOAD
      Static value WaitingForUpload for FileImportState.
    • UNSPECIFIED

      public static final FileImportState UNSPECIFIED
      Static value Unspecified for FileImportState.
  • Constructor Details

    • FileImportState

      public FileImportState()
  • Method Details

    • fromString

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

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