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

DeploymentInstance 构造函数

定义

重载

DeploymentInstance()

初始化 DeploymentInstance 类的新实例。

DeploymentInstance(String, String, String, String)

初始化 DeploymentInstance 类的新实例。

DeploymentInstance()

初始化 DeploymentInstance 类的新实例。

public DeploymentInstance ();
Public Sub New ()

适用于

DeploymentInstance(String, String, String, String)

初始化 DeploymentInstance 类的新实例。

public DeploymentInstance (string name = default, string status = default, string reason = default, string discoveryStatus = default);
new Microsoft.Azure.Management.AppPlatform.Models.DeploymentInstance : string * string * string * string -> Microsoft.Azure.Management.AppPlatform.Models.DeploymentInstance
Public Sub New (Optional name As String = Nothing, Optional status As String = Nothing, Optional reason As String = Nothing, Optional discoveryStatus As String = Nothing)

参数

name
String

部署实例的名称

status
String

部署实例的状态

reason
String

部署实例失败的原因

discoveryStatus
String

部署实例的发现状态

适用于