你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeploymentWhatIfProperties 类
- java.
lang. Object - com.
microsoft. azure. management. resources. DeploymentProperties - com.
microsoft. azure. management. resources. DeploymentWhatIfProperties
- com.
- com.
public class DeploymentWhatIfProperties
extends DeploymentProperties
部署 What-if 属性。
构造函数摘要
构造函数 | 说明 | |
---|---|---|
DeploymentWhatIfProperties() |
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Deployment |
whatIfSettings()
获取可选 What-If 操作设置。 |
Deployment |
withWhatIfSettings(DeploymentWhatIfSettings whatIfSettings)
设置可选 What-If 操作设置。 |
方法继承自 DeploymentProperties
debugSetting
expressionEvaluationOptions
mode
onErrorDeployment
parameters
parametersLink
template
templateLink
withDebugSetting
withExpressionEvaluationOptions
withMode
withOnErrorDeployment
withParameters
withParametersLink
withTemplate
withTemplateLink
方法继承自 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 对象本身。