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

DeploymentWhatIfCmdlet.BuildWhatIfParameters Method

Definition

It's important not to call this function more than once during an invocation, as it can call the Bicep CLI. This is slow, and can also cause diagnostics to be emitted multiple times.

protected abstract Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSDeploymentWhatIfCmdletParameters BuildWhatIfParameters ();
abstract member BuildWhatIfParameters : unit -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSDeploymentWhatIfCmdletParameters
Protected MustOverride Function BuildWhatIfParameters () As PSDeploymentWhatIfCmdletParameters

Returns

Applies to