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

DeploymentCmdletBase.BuildAndUseBicepParameters(Boolean) Method

Definition

Attempts to build the bicep param file. If no other template file, uri, or spec is present, a template or template spec will try to be extracted from the bicep param build output.

protected void BuildAndUseBicepParameters (bool emitWarnings);
member this.BuildAndUseBicepParameters : bool -> unit
Protected Sub BuildAndUseBicepParameters (emitWarnings As Boolean)

Parameters

emitWarnings
Boolean

Choice for whether to emit bicep build warnings.

Exceptions

Applies to