DeploymentCreateCmdlet.BuildDeploymentParameters Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.PSDeploymentCmdletParameters BuildDeploymentParameters ();
abstract member BuildDeploymentParameters : unit -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentCmdletParameters
Protected MustOverride Function BuildDeploymentParameters () As PSDeploymentCmdletParameters