Share via


SearchServiceFeatureOffering Class

Definition

The SearchServiceFeatureOffering.

public class SearchServiceFeatureOffering : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Search.Models.SearchServiceFeatureOffering>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Search.Models.SearchServiceFeatureOffering>
type SearchServiceFeatureOffering = class
    interface IJsonModel<SearchServiceFeatureOffering>
    interface IPersistableModel<SearchServiceFeatureOffering>
Public Class SearchServiceFeatureOffering
Implements IJsonModel(Of SearchServiceFeatureOffering), IPersistableModel(Of SearchServiceFeatureOffering)
Inheritance
SearchServiceFeatureOffering
Implements

Properties

Name

The name of the feature offered in this region.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SearchServiceFeatureOffering>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SearchServiceFeatureOffering>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SearchServiceFeatureOffering>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SearchServiceFeatureOffering>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SearchServiceFeatureOffering>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to