public final class OnErrorDeployment extends Object
| Constructor and Description |
|---|
OnErrorDeployment() |
| Modifier and Type | Method and Description |
|---|---|
String |
deploymentName()
Get the deploymentName property: The deployment to be used on error case.
|
OnErrorDeploymentType |
type()
Get the type property: The deployment on error behavior type.
|
void |
validate()
Validates the instance.
|
OnErrorDeployment |
withDeploymentName(String deploymentName)
Set the deploymentName property: The deployment to be used on error case.
|
OnErrorDeployment |
withType(OnErrorDeploymentType type)
Set the type property: The deployment on error behavior type.
|
public OnErrorDeploymentType type()
public OnErrorDeployment withType(OnErrorDeploymentType type)
type - the type value to set.public String deploymentName()
public OnErrorDeployment withDeploymentName(String deploymentName)
deploymentName - the deploymentName value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.