IndexerResyncBody Class
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 class IndexerResyncBody : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.IndexerResyncBody>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.IndexerResyncBody>
type IndexerResyncBody = class
interface IJsonModel<IndexerResyncBody>
interface IPersistableModel<IndexerResyncBody>
Public Class IndexerResyncBody
Implements IJsonModel(Of IndexerResyncBody), IPersistableModel(Of IndexerResyncBody)
- Inheritance
-
IndexerResyncBody
- Implements
Constructors
| Name | Description |
|---|---|
| IndexerResyncBody() |
Initializes a new instance of IndexerResyncBody. |
Properties
| Name | Description |
|---|---|
| Options |
Re-sync options that have been pre-defined from data source. |
Methods
Operators
| Name | Description |
|---|---|
| Implicit(IndexerResyncBody to RequestContent) | |