Share via


ElasticDeploymentInfoResult Class

Definition

The properties of deployment in Elastic cloud corresponding to the Elastic monitor resource.

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

Properties

Name Description
ConfigurationType

ConfigurationType Type - Applicable for Serverless only.

DeploymentUri

Deployment URL of the elasticsearch in Elastic cloud deployment.

DiskCapacity

Disk capacity of the elasticsearch in Elastic cloud deployment.

ElasticsearchEndPoint

Elasticsearch endpoint in Elastic cloud deployment. This is either the aliased_endpoint if available, or the service_url otherwise.

MarketplaceSaasInfo

Marketplace SaaS Info of the resource.

MemoryCapacity

RAM capacity of the elasticsearch in Elastic cloud deployment.

ProjectType

Project Type - Applicable for Serverless only.

Status

The Elastic deployment status.

Version

Version of the elasticsearch in Elastic cloud deployment.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ElasticDeploymentInfoResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticDeploymentInfoResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticDeploymentInfoResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticDeploymentInfoResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to