Share via


IndexerResyncBody Class

Definition

The IndexerResyncBody.

public class IndexerResyncBody : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Models.IndexerResyncBody>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.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

IndexerResyncBody()

Initializes a new instance of IndexerResyncBody.

Properties

Options

Re-sync options that have been pre-defined from data source.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IndexerResyncBody>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<IndexerResyncBody>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IndexerResyncBody>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IndexerResyncBody>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<IndexerResyncBody>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to