Uses of Class
com.azure.resourcemanager.resources.models.ExpressionEvaluationOptionsScopeType
-
Packages that use ExpressionEvaluationOptionsScopeType Package Description com.azure.resourcemanager.resources.models 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 ExpressionEvaluationOptionsScopeType Modifier and Type Field Description static ExpressionEvaluationOptionsScopeTypeExpressionEvaluationOptionsScopeType. INNERStatic value Inner for ExpressionEvaluationOptionsScopeType.static ExpressionEvaluationOptionsScopeTypeExpressionEvaluationOptionsScopeType. NOT_SPECIFIEDStatic value NotSpecified for ExpressionEvaluationOptionsScopeType.static ExpressionEvaluationOptionsScopeTypeExpressionEvaluationOptionsScopeType. OUTERStatic value Outer for ExpressionEvaluationOptionsScopeType.Methods in com.azure.resourcemanager.resources.models that return ExpressionEvaluationOptionsScopeType Modifier and Type Method Description static ExpressionEvaluationOptionsScopeTypeExpressionEvaluationOptionsScopeType. fromString(String name)Creates or finds a ExpressionEvaluationOptionsScopeType from its string representation.ExpressionEvaluationOptionsScopeTypeExpressionEvaluationOptions. 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 ExpressionEvaluationOptionsScopeType Modifier and Type Method Description static Collection<ExpressionEvaluationOptionsScopeType>ExpressionEvaluationOptionsScopeType. values()Methods in com.azure.resourcemanager.resources.models with parameters of type ExpressionEvaluationOptionsScopeType Modifier and Type Method Description ExpressionEvaluationOptionsExpressionEvaluationOptions. withScope(ExpressionEvaluationOptionsScopeType scope)Set the scope property: The scope to be used for evaluation of parameters, variables and functions in a nested template.
-