SearchModelFactory.IndexerResyncBody Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Request body for resync indexer operation.
public static Azure.Search.Documents.Indexes.Models.IndexerResyncBody IndexerResyncBody(System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.IndexerResyncOption> options = default);
static member IndexerResyncBody : seq<Azure.Search.Documents.Indexes.Models.IndexerResyncOption> -> Azure.Search.Documents.Indexes.Models.IndexerResyncBody
Public Shared Function IndexerResyncBody (Optional options As IEnumerable(Of IndexerResyncOption) = Nothing) As IndexerResyncBody
Parameters
- options
- IEnumerable<IndexerResyncOption>
Re-sync options that have been pre-defined from data source.
Returns
A new IndexerResyncBody instance for mocking.