Class StatusMessage
java.lang.Object
com.microsoft.azure.management.resources.StatusMessage
Operation status message object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionerror()
Get the error reported by the operation.status()
Get status of the deployment operation.withError
(ErrorResponse error) Set the error reported by the operation.withStatus
(String status) Set status of the deployment operation.
-
Constructor Details
-
StatusMessage
public StatusMessage()
-
-
Method Details
-
status
Get status of the deployment operation.- Returns:
- the status value
-
withStatus
Set status of the deployment operation.- Parameters:
status
- the status value to set- Returns:
- the StatusMessage object itself.
-
error
Get the error reported by the operation.- Returns:
- the error value
-
withError
Set the error reported by the operation.- Parameters:
error
- the error value to set- Returns:
- the StatusMessage object itself.
-