DeploymentInfoResponse Class
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.
The properties of deployment in Elastic cloud corresponding to the Elastic monitor resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.DeploymentInfoResponseTypeConverter))]
public class DeploymentInfoResponse : Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IDeploymentInfoResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.DeploymentInfoResponseTypeConverter))>]
type DeploymentInfoResponse = class
interface IDeploymentInfoResponse
interface IJsonSerializable
Public Class DeploymentInfoResponse
Implements IDeploymentInfoResponse
- Inheritance
-
DeploymentInfoResponse
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DeploymentInfoResponse() |
Creates an new DeploymentInfoResponse instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DeploymentInfoResponse. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DeploymentInfoResponse. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.IDeploymentInfoResponse. |
| FromJsonString(String) |
Creates a new instance of DeploymentInfoResponse, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DeploymentInfoResponse into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |