Uses of Class
com.microsoft.azure.management.resources.ExpressionEvaluationOptions
Packages that use ExpressionEvaluationOptions
Package
Description
This package contains the classes for ResourceManagementClient.
-
Uses of ExpressionEvaluationOptions in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return ExpressionEvaluationOptionsModifier and TypeMethodDescriptionDeploymentProperties.expressionEvaluationOptions()
Get specifies whether template expressions are evaluated within the scope of the parent template or nested template.ExpressionEvaluationOptions.withScope
(ExpressionEvaluationOptionsScopeType scope) Set the scope to be used for evaluation of parameters, variables and functions in a nested template.Methods in com.microsoft.azure.management.resources with parameters of type ExpressionEvaluationOptionsModifier and TypeMethodDescriptionDeploymentProperties.withExpressionEvaluationOptions
(ExpressionEvaluationOptions expressionEvaluationOptions) Set specifies whether template expressions are evaluated within the scope of the parent template or nested template.