Share via


DeploymentStack.Parameters Property

Definition

Name and value pairs that define the deployment parameters for the template. Use this element when providing the parameter values directly in the request, rather than linking to an existing parameter file. Use either the parametersLink property or the parameters property, but not both.

public Azure.Provisioning.BicepDictionary<Azure.Provisioning.Resources.DeploymentParameter> Parameters { get; set; }
member this.Parameters : Azure.Provisioning.BicepDictionary<Azure.Provisioning.Resources.DeploymentParameter> with get, set
Public Property Parameters As BicepDictionary(Of DeploymentParameter)

Property Value

Applies to