| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.models |
Package containing the data models 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 property: The scope to be used for evaluation of parameters, variables and functions in a nested
template.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionEvaluationOptions |
ExpressionEvaluationOptions.withScope(ExpressionEvaluationOptionsScopeType scope)
Set the scope property: The scope to be used for evaluation of parameters, variables and functions in a nested
template.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.