Uses of Class
com.azure.resourcemanager.resources.models.ExpressionEvaluationOptions
-
Packages that use ExpressionEvaluationOptions Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of ExpressionEvaluationOptions in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return ExpressionEvaluationOptions Modifier and Type Method Description ExpressionEvaluationOptionsDeploymentProperties. expressionEvaluationOptions()Get the expressionEvaluationOptions property: Specifies whether template expressions are evaluated within the scope of the parent template or nested template.ExpressionEvaluationOptionsExpressionEvaluationOptions. withScope(ExpressionEvaluationOptionsScopeType scope)Set the scope property: The scope to be used for evaluation of parameters, variables and functions in a nested template.Methods in com.azure.resourcemanager.resources.models with parameters of type ExpressionEvaluationOptions Modifier and Type Method Description DeploymentPropertiesDeploymentProperties. withExpressionEvaluationOptions(ExpressionEvaluationOptions expressionEvaluationOptions)Set the expressionEvaluationOptions property: Specifies whether template expressions are evaluated within the scope of the parent template or nested template.DeploymentWhatIfPropertiesDeploymentWhatIfProperties. withExpressionEvaluationOptions(ExpressionEvaluationOptions expressionEvaluationOptions)Set the expressionEvaluationOptions property: Specifies whether template expressions are evaluated within the scope of the parent template or nested template.
-