MSDeployLogEntry 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
- type
- Nullable<MSDeployLogEntryType>
記錄專案類型。 可能的值包括:'Message'、'Warning'、'Error'
- message
- String
記錄專案訊息