共用方式為


MSDeployLogEntry 建構函式

定義

多載

MSDeployLogEntry()

初始化 MSDeployLogEntry 類別的新實例。

MSDeployLogEntry(Nullable<DateTime>, Nullable<MSDeployLogEntryType>, String)

初始化 MSDeployLogEntry 類別的新實例。

MSDeployLogEntry()

初始化 MSDeployLogEntry 類別的新實例。

public MSDeployLogEntry ();
Public Sub New ()

適用於

MSDeployLogEntry(Nullable<DateTime>, Nullable<MSDeployLogEntryType>, String)

初始化 MSDeployLogEntry 類別的新實例。

public MSDeployLogEntry (DateTime? time = default, Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployLogEntryType? type = default, string message = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployLogEntry : Nullable<DateTime> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployLogEntryType> * string -> Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployLogEntry
Public Sub New (Optional time As Nullable(Of DateTime) = Nothing, Optional type As Nullable(Of MSDeployLogEntryType) = Nothing, Optional message As String = Nothing)

參數

time
Nullable<DateTime>

記錄專案的時間戳記

type
Nullable<MSDeployLogEntryType>

記錄專案類型。 可能的值包括:'Message'、'Warning'、'Error'

message
String

記錄專案訊息

適用於