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
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type ExpressionEvaluationOptionsModifier and TypeClassDescriptionfinal classSpecifies whether template expressions are evaluated within the scope of the parent template or nested template.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.static ExpressionEvaluationOptionsExpressionEvaluationOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressionEvaluationOptions from the JsonReader.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.