java.lang.Object
com.microsoft.azure.management.containerregistry.Status

public class Status extends Object
The status of an Azure resource at the time the operation was called.
  • Constructor Details

    • Status

      public Status()
  • Method Details

    • displayStatus

      public String displayStatus()
      Get the short label for the status.
      Returns:
      the displayStatus value
    • message

      public String 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