Class OnErrorDeploymentExtended
java.lang.Object
com.microsoft.azure.management.resources.OnErrorDeploymentExtended
Deployment on error behavior with additional details.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the deployment to be used on error case.Get the state of the provisioning for the on error deployment.type()Get the deployment on error behavior type.withDeploymentName(String deploymentName) Set the deployment to be used on error case.Set the deployment on error behavior type.
- 
Constructor Details- 
OnErrorDeploymentExtendedpublic OnErrorDeploymentExtended()
 
- 
- 
Method Details- 
provisioningStateGet the state of the provisioning for the on error deployment.- Returns:
- the provisioningState value
 
- 
typeGet the deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. Possible values include: 'LastSuccessful', 'SpecificDeployment'.- Returns:
- the type value
 
- 
withTypeSet the deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. Possible values include: 'LastSuccessful', 'SpecificDeployment'.- Parameters:
- type- the type value to set
- Returns:
- the OnErrorDeploymentExtended object itself.
 
- 
deploymentNameGet the deployment to be used on error case.- Returns:
- the deploymentName value
 
- 
withDeploymentNameSet the deployment to be used on error case.- Parameters:
- deploymentName- the deploymentName value to set
- Returns:
- the OnErrorDeploymentExtended object itself.
 
 
-