ElasticVersionListFormat Class

Definition

Elastic Version List Format.

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

Properties

Version

Available elastic version of the given region.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ElasticVersionListFormat>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticVersionListFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticVersionListFormat>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticVersionListFormat>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticVersionListFormat>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to