Share via


DeploymentStack.ParametersLink Property

Definition

Gets or sets the URI of parameters file. Use this element to link to an existing parameters file. Use either the parametersLink property or the parameters property, but not both.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.parametersLink")]
public Microsoft.Azure.Management.Resources.Models.DeploymentStacksParametersLink ParametersLink { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.parametersLink")>]
member this.ParametersLink : Microsoft.Azure.Management.Resources.Models.DeploymentStacksParametersLink with get, set
Public Property ParametersLink As DeploymentStacksParametersLink

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to