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

DeploymentPropertiesExtended 类

定义

包含其他详细信息的部署属性。

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

构造函数

DeploymentPropertiesExtended()

初始化 DeploymentPropertiesExtended 类的新实例。

DeploymentPropertiesExtended(ProvisioningState, String, Nullable<DateTime>, String, Object, IList<ProviderInner>, IList<Dependency>, TemplateLink, Object, ParametersLink, Nullable<DeploymentMode>, DebugSetting, OnErrorDeploymentExtended, String, IList<ResourceReference>, IList<ResourceReference>, ErrorResponse)

初始化 DeploymentPropertiesExtended 类的新实例。

属性

CorrelationId

获取部署的相关 ID。

DebugSetting

获取部署的调试设置。

Dependencies

获取部署依赖关系的列表。

Duration

获取模板部署的持续时间。

Error

获取部署错误。

Mode

获取部署模式。 可能的值为 Incremental 和 Complete。 可能的值包括:“Incremental”、“Complete”

OnErrorDeployment

获取错误行为时部署。

OutputResources

获取预配资源的数组。

Outputs

获取表示部署输出的键/值对。

Parameters

获取部署参数。

ParametersLink

获取引用参数的 URI。

Providers

获取部署所需的资源提供程序列表。

ProvisioningState

获取表示预配的状态。 可能的值包括:“NotSpecified”、“Accepted”、“Running”、“Ready”、“Creating”、“Created”、“Deleted”、“Canceled”、“Failed”、“Succeeded”、“Updateing”

TemplateHash

获取为模板生成的哈希。

TemplateLink

获取引用模板的 URI。

Timestamp

获取模板部署的时间戳。

ValidatedResources

获取已验证资源的数组。

方法

Validate()

验证 对象。

适用于