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

Deployment.ExecutionStages.WithWhatIfDeploymentMode 接口

public static interface Deployment.ExecutionStages.WithWhatIfDeploymentMode

允许指定部署模式的部署执行。

方法摘要

修饰符和类型 方法和描述
abstract WithWhatIf withCompleteMode()

指定部署属性中值为“COMPLETE”的模式。

abstract WithWhatIf withIncrementalMode()

指定部署属性中值为“INCREMENTAL”的模式。

方法详细信息

withCompleteMode

public abstract Deployment.ExecutionStages.WithWhatIf withCompleteMode()

指定部署属性中值为“COMPLETE”的模式。

Returns:

执行下一阶段。

withIncrementalMode

public abstract Deployment.ExecutionStages.WithWhatIf withIncrementalMode()

指定部署属性中值为“INCREMENTAL”的模式。

Returns:

执行下一阶段。

适用于