Class IndexerExecutionEnvironment

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IndexerExecutionEnvironment>
com.azure.search.documents.indexes.models.IndexerExecutionEnvironment

public final class IndexerExecutionEnvironment extends com.azure.core.util.ExpandableStringEnum<IndexerExecutionEnvironment>
Defines values for IndexerExecutionEnvironment.
  • Field Details

  • Constructor Details

    • IndexerExecutionEnvironment

      public IndexerExecutionEnvironment()
  • Method Details

    • fromString

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

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