通过


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

MSDeployLogEntryOutput interface

MSDeploy 日志条目

属性

message

日志条目消息

time

日志条目的时间戳

type

日志条目类型

属性详细信息

message

日志条目消息

message?: string

属性值

string

time

日志条目的时间戳

time?: string

属性值

string

type

日志条目类型

type?: "Warning" | "Error" | "Message"

属性值

"Warning" | "Error" | "Message"