Class StatusMessage

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

public class StatusMessage extends Object
Operation status message object.
  • Constructor Details

    • StatusMessage

      public StatusMessage()
  • Method Details

    • status

      public String status()
      Get status of the deployment operation.
      Returns:
      the status value
    • withStatus

      public StatusMessage withStatus(String status)
      Set status of the deployment operation.
      Parameters:
      status - the status value to set
      Returns:
      the StatusMessage object itself.
    • error

      public ErrorResponse error()
      Get the error reported by the operation.
      Returns:
      the error value
    • withError

      public StatusMessage withError(ErrorResponse error)
      Set the error reported by the operation.
      Parameters:
      error - the error value to set
      Returns:
      the StatusMessage object itself.