public class OnErrorDeploymentExtended extends Object
| Constructor and Description |
|---|
OnErrorDeploymentExtended() |
| Modifier and Type | Method and Description |
|---|---|
String |
deploymentName()
Get the deployment to be used on error case.
|
String |
provisioningState()
Get the state of the provisioning for the on error deployment.
|
OnErrorDeploymentType |
type()
Get the deployment on error behavior type.
|
OnErrorDeploymentExtended |
withDeploymentName(String deploymentName)
Set the deployment to be used on error case.
|
OnErrorDeploymentExtended |
withType(OnErrorDeploymentType type)
Set the deployment on error behavior type.
|
public String provisioningState()
public OnErrorDeploymentType type()
public OnErrorDeploymentExtended withType(OnErrorDeploymentType type)
type - the type value to setpublic String deploymentName()
public OnErrorDeploymentExtended 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.
*/