| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionEvaluationOptions |
DeploymentProperties.expressionEvaluationOptions()
Get specifies whether template expressions are evaluated within the scope of the parent template or nested template.
|
ExpressionEvaluationOptions |
ExpressionEvaluationOptions.withScope(ExpressionEvaluationOptionsScopeType scope)
Set the scope to be used for evaluation of parameters, variables and functions in a nested template.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentProperties |
DeploymentProperties.withExpressionEvaluationOptions(ExpressionEvaluationOptions expressionEvaluationOptions)
Set specifies whether template expressions are evaluated within the scope of the parent template or nested template.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/