你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeploymentInstance Class

Definition

Deployment instance payload

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.DeploymentInstanceTypeConverter))]
public class DeploymentInstance : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IDeploymentInstance
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.DeploymentInstanceTypeConverter))>]
type DeploymentInstance = class
    interface IDeploymentInstance
    interface IJsonSerializable
Public Class DeploymentInstance
Implements IDeploymentInstance
Inheritance
DeploymentInstance
Attributes
Implements

Constructors

DeploymentInstance()

Creates an new DeploymentInstance instance.

Properties

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

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.Api20220401.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()

Applies to