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 Summary
Modifier and TypeFieldDescriptionstatic final FileImportState
Static value FatalError for FileImportState.static final FileImportState
Static value InProgress for FileImportState.static final FileImportState
Static value Ingested for FileImportState.static final FileImportState
Static value IngestedWithErrors for FileImportState.static final FileImportState
Static value Invalid for FileImportState.static final FileImportState
Static value Unspecified for FileImportState.static final FileImportState
Static value WaitingForUpload for FileImportState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FileImportState
fromString
(String name) Creates or finds a FileImportState from its string representation.static Collection<FileImportState>
values()
Gets known FileImportState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
FATAL_ERROR
Static value FatalError for FileImportState. -
INGESTED
Static value Ingested for FileImportState. -
INGESTED_WITH_ERRORS
Static value IngestedWithErrors for FileImportState. -
IN_PROGRESS
Static value InProgress for FileImportState. -
INVALID
Static value Invalid for FileImportState. -
WAITING_FOR_UPLOAD
Static value WaitingForUpload for FileImportState. -
UNSPECIFIED
Static value Unspecified for FileImportState.
-
-
Constructor Details
-
FileImportState
public FileImportState()
-
-
Method Details
-
fromString
Creates or finds a FileImportState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding FileImportState.
-
values
Gets known FileImportState values.- Returns:
- known FileImportState values.
-