IDeploymentInfoResponse Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |