Class IngestionMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IngestionMode>
com.azure.resourcemanager.securityinsights.models.IngestionMode
Describes how to ingest the records in the file.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IngestionMode
Static value IngestAnyValidRecords for IngestionMode.static final IngestionMode
Static value IngestOnlyIfAllAreValid for IngestionMode.static final IngestionMode
Static value Unspecified for IngestionMode. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IngestionMode
fromString
(String name) Creates or finds a IngestionMode from its string representation.static Collection<IngestionMode>
values()
Gets known IngestionMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
INGEST_ONLY_IF_ALL_ARE_VALID
Static value IngestOnlyIfAllAreValid for IngestionMode. -
INGEST_ANY_VALID_RECORDS
Static value IngestAnyValidRecords for IngestionMode. -
UNSPECIFIED
Static value Unspecified for IngestionMode.
-
-
Constructor Details
-
IngestionMode
public IngestionMode()
-
-
Method Details
-
fromString
Creates or finds a IngestionMode from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding IngestionMode.
-
values
Gets known IngestionMode values.- Returns:
- known IngestionMode values.
-