Class AzureSearchIndexWriteBehaviorType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AzureSearchIndexWriteBehaviorType>
com.azure.resourcemanager.datafactory.models.AzureSearchIndexWriteBehaviorType

public final class AzureSearchIndexWriteBehaviorType extends com.azure.core.util.ExpandableStringEnum<AzureSearchIndexWriteBehaviorType>
Specify the write behavior when upserting documents into Azure Search Index.
  • Field Details

  • Constructor Details

    • AzureSearchIndexWriteBehaviorType

      public AzureSearchIndexWriteBehaviorType()
  • Method Details

    • fromString

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

      Gets known AzureSearchIndexWriteBehaviorType values.
      Returns:
      known AzureSearchIndexWriteBehaviorType values.