Uses of Class
com.azure.resourcemanager.securityinsights.models.IngestionMode
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of IngestionMode in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionFileImportInner.ingestionMode()
Get the ingestionMode property: Describes how to ingest the records in the file.FileImportProperties.ingestionMode()
Get the ingestionMode property: Describes how to ingest the records in the file.Modifier and TypeMethodDescriptionFileImportInner.withIngestionMode
(IngestionMode ingestionMode) Set the ingestionMode property: Describes how to ingest the records in the file.FileImportProperties.withIngestionMode
(IngestionMode ingestionMode) Set the ingestionMode property: Describes how to ingest the records in the file. -
Uses of IngestionMode in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final IngestionMode
IngestionMode.INGEST_ANY_VALID_RECORDS
Static value IngestAnyValidRecords for IngestionMode.static final IngestionMode
IngestionMode.INGEST_ONLY_IF_ALL_ARE_VALID
Static value IngestOnlyIfAllAreValid for IngestionMode.static final IngestionMode
IngestionMode.UNSPECIFIED
Static value Unspecified for IngestionMode.Modifier and TypeMethodDescriptionstatic IngestionMode
IngestionMode.fromString
(String name) Creates or finds a IngestionMode from its string representation.FileImport.ingestionMode()
Gets the ingestionMode property: Describes how to ingest the records in the file.Modifier and TypeMethodDescriptionstatic Collection<IngestionMode>
IngestionMode.values()
Gets known IngestionMode values.Modifier and TypeMethodDescriptionFileImport.DefinitionStages.WithIngestionMode.withIngestionMode
(IngestionMode ingestionMode) Specifies the ingestionMode property: Describes how to ingest the records in the file..