public final class OnErrorDeploymentExtended extends Object
| Constructor and Description |
|---|
OnErrorDeploymentExtended() |
| Modifier and Type | Method and Description |
|---|---|
String |
deploymentName()
Get the deploymentName property: The deployment to be used on error case.
|
String |
provisioningState()
Get the provisioningState property: The state of the provisioning for the on error deployment.
|
OnErrorDeploymentType |
type()
Get the type property: The deployment on error behavior type.
|
void |
validate()
Validates the instance.
|
OnErrorDeploymentExtended |
withDeploymentName(String deploymentName)
Set the deploymentName property: The deployment to be used on error case.
|
OnErrorDeploymentExtended |
withType(OnErrorDeploymentType type)
Set the type property: The deployment on error behavior type.
|
public String provisioningState()
public OnErrorDeploymentType type()
public OnErrorDeploymentExtended withType(OnErrorDeploymentType type)
type - the type value to set.public String deploymentName()
public OnErrorDeploymentExtended 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.