你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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