Class MSDeployLogEntry

java.lang.Object
com.microsoft.azure.management.appservice.MSDeployLogEntry

public class MSDeployLogEntry extends Object
MSDeploy log entry.
  • Constructor Details

    • MSDeployLogEntry

      public MSDeployLogEntry()
  • Method Details

    • time

      public org.joda.time.DateTime time()
      Get timestamp of log entry.
      Returns:
      the time value
    • type

      public MSDeployLogEntryType type()
      Get log entry type. Possible values include: 'Message', 'Warning', 'Error'.
      Returns:
      the type value
    • message

      public String message()
      Get log entry message.
      Returns:
      the message value