IDeploymentInfoResponse Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.DeploymentInfoResponseTypeConverter))]
public interface IDeploymentInfoResponse : Microsoft.Azure.PowerShell.Cmdlets.Elastic.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.DeploymentInfoResponseTypeConverter))>]
type IDeploymentInfoResponse = interface
    interface IJsonSerializable
Public Interface IDeploymentInfoResponse
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
DeploymentUrl

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.

MarketplaceSaaInfoBilledAzureSubscriptionId

The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into.

MarketplaceSaaInfoMarketplaceName

Marketplace Subscription Details: SAAS Name

MarketplaceSaaInfoMarketplaceResourceId

Marketplace Subscription Details: Resource URI

MarketplaceSaaInfoMarketplaceStatus

Marketplace Subscription Details: SaaS Subscription Status

MarketplaceSaaInfoSubscribed

Flag specifying if the Marketplace status is subscribed or not.

MarketplaceSubscriptionId

Marketplace Subscription Id. This is a GUID-formatted string.

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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to