DeploymentProperties.Parameters Property

Definition

Gets or sets name and value pairs that define the deployment parameters for the template. You use this element when you want to provide the parameter values directly in the request rather than link to an existing parameter file. Use either the parametersLink property or the parameters property, but not both. It can be a JObject or a well formed JSON string.

[Newtonsoft.Json.JsonProperty(PropertyName="parameters")]
public object Parameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="parameters")>]
member this.Parameters : obj with get, set
Public Property Parameters As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to