Class MSDeployLogEntry
- java.lang.Object
-
- com.microsoft.azure.management.appservice.MSDeployLogEntry
-
public class MSDeployLogEntry extends Object
MSDeploy log entry.
-
-
Constructor Summary
Constructors Constructor Description MSDeployLogEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmessage()Get log entry message.org.joda.time.DateTimetime()Get timestamp of log entry.MSDeployLogEntryTypetype()Get log entry type.
-
-
-
Method Detail
-
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
-
-