MSDeployLogEntry Class

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

public class MSDeployLogEntry

MSDeploy log entry.

Method Summary

Modifier and Type Method and Description
String message()

Get the message value.

DateTime time()

Get the time value.

MSDeployLogEntryType type()

Get the type value.

Method Details

message

public String message()

Get the message value.

Returns:

the message value

time

public DateTime time()

Get the time value.

Returns:

the time value

type

public MSDeployLogEntryType type()

Get the type value.

Returns:

the type value

Applies to