SearchModelFactory.IndexerResyncBody Method

Definition

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.

Applies to