Share via


DeploymentInfoResponse Class

Definition

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

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

Properties

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.

Status

The Elastic deployment status.

Version

Version of the elasticsearch in Elastic cloud deployment.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeploymentInfoResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeploymentInfoResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeploymentInfoResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeploymentInfoResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeploymentInfoResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to