Create a Indexers.
Reference to the service client.
Creates a new indexer.
The definition of the indexer to create.
Promise<Models.IndexersCreateResponse>
The definition of the indexer to create.
The callback
The definition of the indexer to create.
The optional parameters
The callback
Creates a new indexer or updates an indexer if it already exists.
The name of the indexer to create or update.
The definition of the indexer to create or update.
Promise<Models.IndexersCreateOrUpdateResponse>
The name of the indexer to create or update.
The definition of the indexer to create or update.
The callback
The name of the indexer to create or update.
The definition of the indexer to create or update.
The optional parameters
The callback
Deletes an indexer.
The name of the indexer to delete.
Promise<coreHttp.RestResponse>
The name of the indexer to delete.
The callback
The name of the indexer to delete.
The optional parameters
The callback
Retrieves an indexer definition.
The name of the indexer to retrieve.
Promise<Models.IndexersGetResponse>
The name of the indexer to retrieve.
The callback
The name of the indexer to retrieve.
The optional parameters
The callback
Returns the current status and execution history of an indexer.
The name of the indexer for which to retrieve status.
Promise<Models.IndexersGetStatusResponse>
The name of the indexer for which to retrieve status.
The callback
The name of the indexer for which to retrieve status.
The optional parameters
The callback
Lists all indexers available for a search service.
Promise<Models.IndexersListResponse>
The callback
The optional parameters
The callback
Resets the change tracking state associated with an indexer.
The name of the indexer to reset.
Promise<coreHttp.RestResponse>
The name of the indexer to reset.
The callback
The name of the indexer to reset.
The optional parameters
The callback
Runs an indexer on-demand.
The name of the indexer to run.
Promise<coreHttp.RestResponse>
The name of the indexer to run.
The callback
The name of the indexer to run.
The optional parameters
The callback
Generated using TypeDoc
Class representing a Indexers.