DeploymentInstance 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.
Deployment instance payload
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.DeploymentInstanceTypeConverter))]
public class DeploymentInstance : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IDeploymentInstance
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.DeploymentInstanceTypeConverter))>]
type DeploymentInstance = class
interface IDeploymentInstance
interface IJsonSerializable
Public Class DeploymentInstance
Implements IDeploymentInstance
- Inheritance
-
DeploymentInstance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DeploymentInstance() |
Creates an new DeploymentInstance instance. |
Properties
| Name | Description |
|---|---|
| DiscoveryStatus |
Discovery status of the deployment instance |
| Name |
Name of the deployment instance |
| Reason |
Failed reason of the deployment instance |
| StartTime |
Start time of the deployment instance |
| Status |
Status of the deployment instance |
| Zone |
Availability zone information of the deployment instance |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DeploymentInstance. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DeploymentInstance. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IDeploymentInstance. |
| FromJsonString(String) |
Creates a new instance of DeploymentInstance, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DeploymentInstance into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |