Share via


ElasticVersion Class

Definition

Elastic Version List Format.

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

Properties

Name Description
AvailableVersion

Available elastic version of the given region.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ElasticVersion>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticVersion>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticVersion>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticVersion>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticVersion>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to