Share via


DeploymentProperties.ExpressionEvaluationOptions Property

Definition

Gets or sets specifies whether template expressions are evaluated within the scope of the parent template or nested template. Only applicable to nested templates. If not specified, default value is outer.

[Newtonsoft.Json.JsonProperty(PropertyName="expressionEvaluationOptions")]
public Microsoft.Azure.Management.ResourceManager.Fluent.Models.ExpressionEvaluationOptions ExpressionEvaluationOptions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="expressionEvaluationOptions")>]
member this.ExpressionEvaluationOptions : Microsoft.Azure.Management.ResourceManager.Fluent.Models.ExpressionEvaluationOptions with get, set
Public Property ExpressionEvaluationOptions As ExpressionEvaluationOptions

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to