OnErrorDeploymentExtended Class
- java.
lang. Object - com.
microsoft. azure. management. resources. OnErrorDeploymentExtended
- com.
public class OnErrorDeploymentExtended
Deployment on error behavior with additional details.
Constructor Summary
Constructor | Description | |
---|---|---|
OnErrorDeploymentExtended() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
deploymentName()
Get the deployment to be used on error case. |
java.lang.String |
provisioningState()
Get the state of the provisioning for the on error deployment. |
On |
type()
Get the deployment on error behavior type. |
On |
withDeploymentName(String deploymentName)
Set the deployment to be used on error case. |
On |
withType(OnErrorDeploymentType type)
Set the deployment on error behavior type. |
Methods inherited from java.lang.Object
Constructor Details
OnErrorDeploymentExtended
public OnErrorDeploymentExtended()
Method Details
deploymentName
public String deploymentName()
Get the deployment to be used on error case.
Returns:
provisioningState
public String provisioningState()
Get the state of the provisioning for the on error deployment.
Returns:
type
public OnErrorDeploymentType type()
Get the deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. Possible values include: 'LastSuccessful', 'SpecificDeployment'.
Returns:
withDeploymentName
public OnErrorDeploymentExtended withDeploymentName(String deploymentName)
Set the deployment to be used on error case.
Parameters:
Returns:
withType
public OnErrorDeploymentExtended withType(OnErrorDeploymentType type)
Set the deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. Possible values include: 'LastSuccessful', 'SpecificDeployment'.
Parameters:
Returns:
Applies to
Azure SDK for Java