Libraries
»
puppetlabs-azure_arm
(0.2.2)
»
Index (s)
»
Puppet Tasks
»
searchservice_azure_synonym_maps_get
Puppet Task: searchservice_azure_synonym_maps_get
Defined in:
tasks/searchservice_azure_synonym_maps_get.json,
tasks/searchservice_azure_synonym_maps_get.rb
Overview
Retrieves a synonym map definition from Azure Search.
Supports noop?
false
Parameters
synonym_map_name
(Optional[String[1]])
— The name of the synonym map to retrieve.
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.
name
(Optional[String[1]])
— The name of the synonym map.
format
(Optional[String[1]])
— The format of the synonym map. Only the 'solr' format is currently supported.
synonyms
(Optional[String[1]])
— A series of synonym rules in the specified synonym map format. The rules must be separated by newlines.
odataetag
(Optional[String[1]])
— The ETag of the synonym map.