| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
OnErrorDeployment |
DeploymentProperties.onErrorDeployment()
Get the deployment on error behavior.
|
OnErrorDeployment |
OnErrorDeployment.withDeploymentName(String deploymentName)
Set the deployment to be used on error case.
|
OnErrorDeployment |
OnErrorDeployment.withType(OnErrorDeploymentType type)
Set the deployment on error behavior type.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentProperties |
DeploymentProperties.withOnErrorDeployment(OnErrorDeployment onErrorDeployment)
Set the deployment on error behavior.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/