Uses of Class
com.azure.resourcemanager.securityinsights.models.FileImportState
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of FileImportState in com.azure.resourcemanager.securityinsights.fluent.models
-
Uses of FileImportState in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final FileImportState
FileImportState.FATAL_ERROR
Static value FatalError for FileImportState.static final FileImportState
FileImportState.IN_PROGRESS
Static value InProgress for FileImportState.static final FileImportState
FileImportState.INGESTED
Static value Ingested for FileImportState.static final FileImportState
FileImportState.INGESTED_WITH_ERRORS
Static value IngestedWithErrors for FileImportState.static final FileImportState
FileImportState.INVALID
Static value Invalid for FileImportState.static final FileImportState
FileImportState.UNSPECIFIED
Static value Unspecified for FileImportState.static final FileImportState
FileImportState.WAITING_FOR_UPLOAD
Static value WaitingForUpload for FileImportState.Modifier and TypeMethodDescriptionstatic FileImportState
FileImportState.fromString
(String name) Creates or finds a FileImportState from its string representation.FileImport.state()
Gets the state property: The state of the file import.Modifier and TypeMethodDescriptionstatic Collection<FileImportState>
FileImportState.values()
Gets known FileImportState values.