Libraries
»
puppetlabs-azure_arm
(0.2.2)
»
Index (s)
»
Puppet Tasks
»
searchservice_azure_indexers_list
Puppet Task: searchservice_azure_indexers_list
Defined in:
tasks/searchservice_azure_indexers_list.json,
tasks/searchservice_azure_indexers_list.rb
Overview
Lists all indexers available for an Azure Search service.
Supports noop?
false
Parameters
schedule
(Optional[String[1]])
— The schedule for this indexer.
parameters
(Optional[String[1]])
— Parameters for indexer execution.
targetindexname
(Optional[String[1]])
— The name of the index to which this indexer writes data.
outputfieldmappings
(Optional[String[1]])
— Output field mappings are applied after enrichment and immediately before indexing.
client_request_id
(Optional[String[1]])
— The tracking ID sent with the request to help with debugging.
api_version
(Optional[String[1]])
— Client Api Version.
skillsetname
(Optional[String[1]])
— The name of the cognitive skillset executing with this indexer.
odataetag
(Optional[String[1]])
— The ETag of the Indexer.
description
(Optional[String[1]])
— The description of the indexer.
name
(Optional[String[1]])
— The name of the indexer.
datasourcename
(Optional[String[1]])
— The name of the datasource from which this indexer reads data.
disabled
(Optional[String[1]])
— A value indicating whether the indexer is disabled. Default is false.
fieldmappings
(Optional[String[1]])
— Defines mappings between fields in the data source and corresponding target fields in the index.