次の方法で共有


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

ログエントリメッセージ

適用対象