Class AzureSearchIndexDatasetTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.AzureSearchIndexDatasetTypeProperties

public final class AzureSearchIndexDatasetTypeProperties extends Object
Properties specific to this dataset type.
  • Constructor Details

    • AzureSearchIndexDatasetTypeProperties

      public AzureSearchIndexDatasetTypeProperties()
  • Method Details

    • indexName

      public Object indexName()
      Get the indexName property: The name of the Azure Search Index. Type: string (or Expression with resultType string).
      Returns:
      the indexName value.
    • withIndexName

      public AzureSearchIndexDatasetTypeProperties withIndexName(Object indexName)
      Set the indexName property: The name of the Azure Search Index. Type: string (or Expression with resultType string).
      Parameters:
      indexName - the indexName value to set.
      Returns:
      the AzureSearchIndexDatasetTypeProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.