Class Status
java.lang.Object
com.microsoft.azure.management.containerregistry.Status
The status of an Azure resource at the time the operation was called.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the short label for the status.message()
Get the detailed message for the status, including alerts and error messages.org.joda.time.DateTime
Get the timestamp when the status was changed to the current value.
-
Constructor Details
-
Status
public Status()
-
-
Method Details
-
displayStatus
Get the short label for the status.- Returns:
- the displayStatus value
-
message
Get the detailed message for the status, including alerts and error messages.- Returns:
- the message value
-
timestamp
public org.joda.time.DateTime timestamp()Get the timestamp when the status was changed to the current value.- Returns:
- the timestamp value
-