Uses of Class
com.microsoft.azure.management.resources.ExpressionEvaluationOptions
Package
Description
This package contains the classes for ResourceManagementClient.
-
Uses of ExpressionEvaluationOptions in com.microsoft.azure.management.resources
Modifier 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.Modifier and TypeMethodDescriptionDeploymentProperties.withExpressionEvaluationOptions
(ExpressionEvaluationOptions expressionEvaluationOptions) Set specifies whether template expressions are evaluated within the scope of the parent template or nested template.