ExpressionEvaluationScope Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The scope to be used for evaluation of parameters, variables and functions in a nested template.
public readonly struct ExpressionEvaluationScope : IEquatable<Azure.ResourceManager.Resources.Models.ExpressionEvaluationScope>
type ExpressionEvaluationScope = struct
Public Structure ExpressionEvaluationScope
Implements IEquatable(Of ExpressionEvaluationScope)
- Inheritance
-
ExpressionEvaluationScope
- Implements
Constructors
ExpressionEvaluationScope(String) |
Initializes a new instance of ExpressionEvaluationScope. |
Properties
Inner |
Inner. |
NotSpecified |
NotSpecified. |
Outer |
Outer. |
Methods
Equals(ExpressionEvaluationScope) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ExpressionEvaluationScope, ExpressionEvaluationScope) |
Determines if two ExpressionEvaluationScope values are the same. |
Implicit(String to ExpressionEvaluationScope) |
Converts a string to a ExpressionEvaluationScope. |
Inequality(ExpressionEvaluationScope, ExpressionEvaluationScope) |
Determines if two ExpressionEvaluationScope values are not the same. |
Applies to
Azure SDK for .NET