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

public final class IngestionMode extends com.azure.core.util.ExpandableStringEnum<IngestionMode>
Describes how to ingest the records in the file.
  • Field Details

    • INGEST_ONLY_IF_ALL_ARE_VALID

      public static final IngestionMode INGEST_ONLY_IF_ALL_ARE_VALID
      Static value IngestOnlyIfAllAreValid for IngestionMode.
    • INGEST_ANY_VALID_RECORDS

      public static final IngestionMode INGEST_ANY_VALID_RECORDS
      Static value IngestAnyValidRecords for IngestionMode.
    • UNSPECIFIED

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

    • IngestionMode

      public IngestionMode()
  • Method Details

    • fromString

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

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