Class OnErrorDeploymentExtended

java.lang.Object
com.microsoft.azure.management.resources.OnErrorDeploymentExtended

public class OnErrorDeploymentExtended extends Object
Deployment on error behavior with additional details.
  • Constructor Details

    • OnErrorDeploymentExtended

      public OnErrorDeploymentExtended()
  • Method Details

    • provisioningState

      public String provisioningState()
      Get the state of the provisioning for the on error deployment.
      Returns:
      the provisioningState value
    • type

      public OnErrorDeploymentType type()
      Get the deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. Possible values include: 'LastSuccessful', 'SpecificDeployment'.
      Returns:
      the type value
    • withType

      Set 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.
    • deploymentName

      public String deploymentName()
      Get the deployment to be used on error case.
      Returns:
      the deploymentName value
    • withDeploymentName

      public OnErrorDeploymentExtended withDeploymentName(String deploymentName)
      Set the deployment to be used on error case.
      Parameters:
      deploymentName - the deploymentName value to set
      Returns:
      the OnErrorDeploymentExtended object itself.