public class OnErrorDeployment extends Object
| Constructor and Description |
|---|
OnErrorDeployment() |
| Modifier and Type | Method and Description |
|---|---|
String |
deploymentName()
Get the deployment to be used on error case.
|
OnErrorDeploymentType |
type()
Get the deployment on error behavior type.
|
OnErrorDeployment |
withDeploymentName(String deploymentName)
Set the deployment to be used on error case.
|
OnErrorDeployment |
withType(OnErrorDeploymentType type)
Set the deployment on error behavior type.
|
public OnErrorDeploymentType type()
public OnErrorDeployment withType(OnErrorDeploymentType type)
type - the type value to setpublic String deploymentName()
public OnErrorDeployment withDeploymentName(String deploymentName)
deploymentName - the deploymentName value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/