DeploymentStackWhatIfCmdlet.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.DeploymentStackWhatIf.PSDeploymentStackWhatIfParameters BuildWhatIfParameters();
abstract member BuildWhatIfParameters : unit -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentStackWhatIf.PSDeploymentStackWhatIfParameters
Protected MustOverride Function BuildWhatIfParameters () As PSDeploymentStackWhatIfParameters

Returns

Applies to