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

MSDeployLogInner 构造函数

定义

重载

MSDeployLogInner()

初始化 MSDeployLogInner 类的新实例。

MSDeployLogInner(String, String, String, String, IList<MSDeployLogEntry>)

初始化 MSDeployLogInner 类的新实例。

MSDeployLogInner()

初始化 MSDeployLogInner 类的新实例。

public MSDeployLogInner ();
Public Sub New ()

适用于

MSDeployLogInner(String, String, String, String, IList<MSDeployLogEntry>)

初始化 MSDeployLogInner 类的新实例。

public MSDeployLogInner (string id = default, string name = default, string type = default, string kind = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployLogEntry> entries = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployLogInner : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployLogEntry> -> Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployLogInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional entries As IList(Of MSDeployLogEntry) = Nothing)

参数

id
String
name
String
type
String
kind
String

资源类型。

entries
IList<MSDeployLogEntry>

日志条目消息列表

适用于