Dela via


DeploymentInfoResponse Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.DeploymentInfoResponseTypeConverter))]
public class DeploymentInfoResponse : Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IDeploymentInfoResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.DeploymentInfoResponseTypeConverter))>]
type DeploymentInfoResponse = class
    interface IDeploymentInfoResponse
    interface IJsonSerializable
Public Class DeploymentInfoResponse
Implements IDeploymentInfoResponse
Inheritance
DeploymentInfoResponse
Attributes
Implements

Constructors

DeploymentInfoResponse()

Creates an new DeploymentInfoResponse instance.

Properties

DiskCapacity

Disk capacity of the elasticsearch in Elastic cloud deployment.

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

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.Api20200701.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.

Applies to