Condividi tramite


ExpressionEvaluationOptions Constructors

Definition

Overloads

ExpressionEvaluationOptions()

Initializes a new instance of the ExpressionEvaluationOptions class.

ExpressionEvaluationOptions(String)

Initializes a new instance of the ExpressionEvaluationOptions class.

ExpressionEvaluationOptions()

Initializes a new instance of the ExpressionEvaluationOptions class.

public ExpressionEvaluationOptions ();
Public Sub New ()

Applies to

ExpressionEvaluationOptions(String)

Initializes a new instance of the ExpressionEvaluationOptions class.

public ExpressionEvaluationOptions (string scope = default);
new Microsoft.Azure.Management.ResourceManager.Models.ExpressionEvaluationOptions : string -> Microsoft.Azure.Management.ResourceManager.Models.ExpressionEvaluationOptions
Public Sub New (Optional scope As String = Nothing)

Parameters

scope
String

The scope to be used for evaluation of parameters, variables and functions in a nested template. Possible values include: 'NotSpecified', 'Outer', 'Inner'

Applies to