Uses of Class
com.azure.resourcemanager.resources.models.ExpressionEvaluationOptionsScopeType
Packages that use ExpressionEvaluationOptionsScopeType
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of ExpressionEvaluationOptionsScopeType in com.azure.resourcemanager.resources.models
Fields in com.azure.resourcemanager.resources.models declared as ExpressionEvaluationOptionsScopeTypeModifier and TypeFieldDescriptionstatic final ExpressionEvaluationOptionsScopeTypeExpressionEvaluationOptionsScopeType.INNERStatic value Inner for ExpressionEvaluationOptionsScopeType.static final ExpressionEvaluationOptionsScopeTypeExpressionEvaluationOptionsScopeType.NOT_SPECIFIEDStatic value NotSpecified for ExpressionEvaluationOptionsScopeType.static final ExpressionEvaluationOptionsScopeTypeExpressionEvaluationOptionsScopeType.OUTERStatic value Outer for ExpressionEvaluationOptionsScopeType.Methods in com.azure.resourcemanager.resources.models that return ExpressionEvaluationOptionsScopeTypeModifier and TypeMethodDescriptionExpressionEvaluationOptionsScopeType.fromString(String name) Creates or finds a ExpressionEvaluationOptionsScopeType from its string representation.ExpressionEvaluationOptions.scope()Get 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 that return types with arguments of type ExpressionEvaluationOptionsScopeTypeModifier and TypeMethodDescriptionExpressionEvaluationOptionsScopeType.values()Gets known ExpressionEvaluationOptionsScopeType values.Methods in com.azure.resourcemanager.resources.models with parameters of type ExpressionEvaluationOptionsScopeTypeModifier and TypeMethodDescriptionExpressionEvaluationOptions.withScope(ExpressionEvaluationOptionsScopeType scope) Set the scope property: The scope to be used for evaluation of parameters, variables and functions in a nested template.