Uses of Class
com.azure.resourcemanager.resources.models.ExpressionEvaluationOptions
Packages that use ExpressionEvaluationOptions
Package
Description
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 ExpressionEvaluationOptionsModifier and TypeMethodDescriptionDeploymentProperties.expressionEvaluationOptions()Get the expressionEvaluationOptions property: Specifies whether template expressions are evaluated within the scope of the parent template or nested template.ExpressionEvaluationOptions.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 ExpressionEvaluationOptionsModifier and TypeMethodDescriptionDeploymentProperties.withExpressionEvaluationOptions(ExpressionEvaluationOptions expressionEvaluationOptions) Set the expressionEvaluationOptions property: Specifies whether template expressions are evaluated within the scope of the parent template or nested template.DeploymentWhatIfProperties.withExpressionEvaluationOptions(ExpressionEvaluationOptions expressionEvaluationOptions) Set the expressionEvaluationOptions property: Specifies whether template expressions are evaluated within the scope of the parent template or nested template.