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

DeploymentWhatIfProperties 类

public class DeploymentWhatIfProperties
extends DeploymentProperties

部署 What-if 属性。

构造函数摘要

构造函数 说明
DeploymentWhatIfProperties()

方法摘要

修饰符和类型 方法和描述
DeploymentWhatIfSettings whatIfSettings()

获取可选 What-If 操作设置。

DeploymentWhatIfProperties withWhatIfSettings(DeploymentWhatIfSettings whatIfSettings)

设置可选 What-If 操作设置。

方法继承自 DeploymentProperties

方法继承自 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

构造函数详细信息

DeploymentWhatIfProperties

public DeploymentWhatIfProperties()

方法详细信息

whatIfSettings

public DeploymentWhatIfSettings whatIfSettings()

获取可选 What-If 操作设置。

Returns:

whatIfSettings 值

withWhatIfSettings

public DeploymentWhatIfProperties withWhatIfSettings(DeploymentWhatIfSettings whatIfSettings)

设置可选 What-If 操作设置。

Parameters:

whatIfSettings - 要设置的 whatIfSettings 值

Returns:

DeploymentWhatIfProperties 对象本身。

适用于