| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentWhatIfProperties
Deployment What-if properties.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentProperties |
ScopedDeployment.properties()
Get the deployment properties.
|
DeploymentProperties |
DeploymentProperties.withDebugSetting(DebugSetting debugSetting)
Set the debug setting of the deployment.
|
DeploymentProperties |
DeploymentProperties.withExpressionEvaluationOptions(ExpressionEvaluationOptions expressionEvaluationOptions)
Set specifies whether template expressions are evaluated within the scope of the parent template or nested template.
|
DeploymentProperties |
DeploymentProperties.withMode(DeploymentMode mode)
Set the mode that is used to deploy resources.
|
DeploymentProperties |
DeploymentProperties.withOnErrorDeployment(OnErrorDeployment onErrorDeployment)
Set the deployment on error behavior.
|
DeploymentProperties |
DeploymentProperties.withParameters(Object parameters)
Set name and value pairs that define the deployment parameters for the template.
|
DeploymentProperties |
DeploymentProperties.withParametersLink(ParametersLink parametersLink)
Set the URI of parameters file.
|
DeploymentProperties |
DeploymentProperties.withTemplate(Object template)
Set the template content.
|
DeploymentProperties |
DeploymentProperties.withTemplateLink(TemplateLink templateLink)
Set the URI of the template.
|
| Modifier and Type | Method and Description |
|---|---|
ScopedDeployment |
ScopedDeployment.withProperties(DeploymentProperties properties)
Set the deployment properties.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/