다음을 통해 공유


ElasticCloudDeployment Class

Definition

Details of the user's elastic deployment associated with the monitor resource.

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

Constructors

ElasticCloudDeployment()

Initializes a new instance of ElasticCloudDeployment.

Properties

AzureSubscriptionId

Associated Azure subscription Id for the elastic deployment.

DeploymentId

Elastic deployment Id.

ElasticsearchRegion

Region where Deployment at Elastic side took place.

ElasticsearchServiceUri

Elasticsearch ingestion endpoint of the Elastic deployment.

KibanaServiceUri

Kibana endpoint of the Elastic deployment.

KibanaSsoUri

Kibana dashboard sso URL of the Elastic deployment.

Name

Elastic deployment name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ElasticCloudDeployment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticCloudDeployment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticCloudDeployment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticCloudDeployment>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticCloudDeployment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to