ElasticProperties Class

Definition

Elastic Resource Properties.

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

Constructors

ElasticProperties()

Initializes a new instance of ElasticProperties.

Properties

ElasticCloudDeployment

Details of the elastic cloud deployment.

ElasticCloudUser

Details of the user's elastic account.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ElasticProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to