| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static ExpressionEvaluationOptionsScopeType |
ExpressionEvaluationOptionsScopeType.INNER
Static value Inner for ExpressionEvaluationOptionsScopeType.
|
static ExpressionEvaluationOptionsScopeType |
ExpressionEvaluationOptionsScopeType.NOT_SPECIFIED
Static value NotSpecified for ExpressionEvaluationOptionsScopeType.
|
static ExpressionEvaluationOptionsScopeType |
ExpressionEvaluationOptionsScopeType.OUTER
Static value Outer for ExpressionEvaluationOptionsScopeType.
|
| Modifier and Type | Method and Description |
|---|---|
static ExpressionEvaluationOptionsScopeType |
ExpressionEvaluationOptionsScopeType.fromString(String name)
Creates or finds a ExpressionEvaluationOptionsScopeType from its string representation.
|
ExpressionEvaluationOptionsScopeType |
ExpressionEvaluationOptions.scope()
Get the scope to be used for evaluation of parameters, variables and functions in a nested template.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ExpressionEvaluationOptionsScopeType> |
ExpressionEvaluationOptionsScopeType.values() |
| Modifier and Type | Method and Description |
|---|---|
ExpressionEvaluationOptions |
ExpressionEvaluationOptions.withScope(ExpressionEvaluationOptionsScopeType scope)
Set the scope to be used for evaluation of parameters, variables and functions in a nested template.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/