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

Deployment.ExecutionStages.WithWhatIf 接口

实现

public static interface Deployment.ExecutionStages.WithWhatIf
extends WithExecute, WithWhatIfDeploymentMode, WithWhatIfLocation, WithWhatIfOnErrorDeploymentType, WithWhatIfParameter, WithWhatIfResultFormat, WithWhatIfTemplate

允许指定 What-if 参数的部署执行。

方法摘要

修饰符和类型 方法和描述
abstract WithWhatIf withDeploymentName(String deploymentName)

指定要在错误情况下使用的部署名称。

abstract WithWhatIf withDetailedLevel(String detailedLevel)

指定要记录用于调试的信息的类型。

方法详细信息

withDeploymentName

public abstract Deployment.ExecutionStages.WithWhatIf withDeploymentName(String deploymentName)

指定要在错误情况下使用的部署名称。

Parameters:

deploymentName - 要设置的部署名称。

Returns:

执行下一阶段。

withDetailedLevel

public abstract Deployment.ExecutionStages.WithWhatIf withDetailedLevel(String detailedLevel)

指定要记录用于调试的信息的类型。

Parameters:

detailedLevel - 要设置的详细值。

Returns:

执行下一阶段。

适用于