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

DeploymentPropertiesExtended 类

  • java.lang.Object
    • com.microsoft.azure.management.resources.DeploymentPropertiesExtended

public class DeploymentPropertiesExtended

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

构造函数摘要

构造函数 说明
DeploymentPropertiesExtended()

方法摘要

修饰符和类型 方法和描述
java.lang.String correlationId()

获取部署的相关 ID。

DebugSetting debugSetting()

获取部署的调试设置。

java.util.List<Dependency> dependencies()

获取部署依赖项的列表。

java.lang.String duration()

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

ErrorResponse error()

获取部署错误。

DeploymentMode mode()

获取部署模式。

OnErrorDeploymentExtended onErrorDeployment()

获取针对错误行为的部署。

java.util.List<ResourceReference> outputResources()

获取预配资源数组。

java.lang.Object outputs()

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

java.lang.Object parameters()

获取部署参数。

ParametersLink parametersLink()

获取引用参数的 URI。

java.util.List<com.microsoft.azure.management.resources.implementation.ProviderInner> providers()

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

ProvisioningState provisioningState()

获取表示预配状态。

java.lang.String templateHash()

获取为模板生成的哈希。

TemplateLink templateLink()

获取引用模板的 URI。

org.joda.time.DateTime timestamp()

获取模板部署的时间戳。

java.util.List<ResourceReference> validatedResources()

获取已验证资源的数组。

方法继承自 java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

构造函数详细信息

DeploymentPropertiesExtended

public DeploymentPropertiesExtended()

方法详细信息

correlationId

public String correlationId()

获取部署的相关 ID。

Returns:

correlationId 值

debugSetting

public DebugSetting debugSetting()

获取部署的调试设置。

Returns:

debugSetting 值

dependencies

public List dependencies()

获取部署依赖项的列表。

Returns:

依赖项值

duration

public String duration()

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

Returns:

持续时间值

error

public ErrorResponse error()

获取部署错误。

Returns:

错误值

mode

public DeploymentMode mode()

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

Returns:

模式值

onErrorDeployment

public OnErrorDeploymentExtended onErrorDeployment()

获取针对错误行为的部署。

Returns:

onErrorDeployment 值

outputResources

public List outputResources()

获取预配资源数组。

Returns:

outputResources 值

outputs

public Object outputs()

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

Returns:

输出值

parameters

public Object parameters()

获取部署参数。

Returns:

参数值

parametersLink

public ParametersLink parametersLink()

获取引用参数的 URI。

Returns:

parametersLink 值

providers

public List providers()

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

Returns:

提供程序值

provisioningState

public ProvisioningState provisioningState()

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

Returns:

provisioningState 值

templateHash

public String templateHash()

获取为模板生成的哈希。

Returns:

templateHash 值

templateLink

public TemplateLink templateLink()

获取引用模板的 URI。

Returns:

templateLink 值

timestamp

public DateTime timestamp()

获取模板部署的时间戳。

Returns:

时间戳值

validatedResources

public List validatedResources()

获取已验证资源的数组。

Returns:

validatedResources 值

适用于