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

DeploymentResourceProperties 类

定义

部署资源属性有效负载

public class DeploymentResourceProperties
type DeploymentResourceProperties = class
Public Class DeploymentResourceProperties
继承
DeploymentResourceProperties

构造函数

DeploymentResourceProperties()

初始化 DeploymentResourceProperties 类的新实例。

DeploymentResourceProperties(UserSourceInfo, String, DeploymentSettings, String, String, Nullable<Boolean>, Nullable<DateTime>, IList<DeploymentInstance>)

初始化 DeploymentResourceProperties 类的新实例。

属性

Active

获取指示部署是否处于活动状态

AppName

获取部署的应用名称

CreatedTime

获取创建资源的日期时间

DeploymentSettings

获取或设置部署的部署设置

Instances

获取属于部署的实例集合

ProvisioningState

获取部署的预配状态。 可能的值包括:“Creating”、“Updating”、“Succeeded”、“Failed”

Source

获取或设置部署的上传源信息。

Status

获取部署的状态。 可能的值包括:“Unknown”、“Stopped”、“Running”、“Failed”、“Allocating”、“Upgrade”、“编译”

适用于