DscNodeReport 建構函式

定義

多載

DscNodeReport()

初始化 DscNodeReport 類別的新實例。

DscNodeReport(Nullable<DateTimeOffset>, DateTimeOffset, Nullable<DateTimeOffset>, String, String, String, String, String, String, String, String, IList<DscReportError>, IList<DscReportResource>, DscMetaConfiguration, String, IList<String>, IList<String>, Nullable<Int32>, String)

初始化 DscNodeReport 類別的新實例。

DscNodeReport()

初始化 DscNodeReport 類別的新實例。

public DscNodeReport ();
Public Sub New ()

適用於

DscNodeReport(Nullable<DateTimeOffset>, DateTimeOffset, Nullable<DateTimeOffset>, String, String, String, String, String, String, String, String, IList<DscReportError>, IList<DscReportResource>, DscMetaConfiguration, String, IList<String>, IList<String>, Nullable<Int32>, String)

初始化 DscNodeReport 類別的新實例。

public DscNodeReport (DateTimeOffset? endTime = default, DateTimeOffset lastModifiedTime = default, DateTimeOffset? startTime = default, string type = default, string reportId = default, string status = default, string refreshMode = default, string rebootRequested = default, string reportFormatVersion = default, string configurationVersion = default, string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.DscReportError> errors = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.DscReportResource> resources = default, Microsoft.Azure.Management.Automation.Models.DscMetaConfiguration metaConfiguration = default, string hostName = default, System.Collections.Generic.IList<string> iPV4Addresses = default, System.Collections.Generic.IList<string> iPV6Addresses = default, int? numberOfResources = default, string rawErrors = default);
new Microsoft.Azure.Management.Automation.Models.DscNodeReport : Nullable<DateTimeOffset> * DateTimeOffset * Nullable<DateTimeOffset> * string * string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.DscReportError> * System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.DscReportResource> * Microsoft.Azure.Management.Automation.Models.DscMetaConfiguration * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Nullable<int> * string -> Microsoft.Azure.Management.Automation.Models.DscNodeReport
Public Sub New (Optional endTime As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedTime As DateTimeOffset = Nothing, Optional startTime As Nullable(Of DateTimeOffset) = Nothing, Optional type As String = Nothing, Optional reportId As String = Nothing, Optional status As String = Nothing, Optional refreshMode As String = Nothing, Optional rebootRequested As String = Nothing, Optional reportFormatVersion As String = Nothing, Optional configurationVersion As String = Nothing, Optional id As String = Nothing, Optional errors As IList(Of DscReportError) = Nothing, Optional resources As IList(Of DscReportResource) = Nothing, Optional metaConfiguration As DscMetaConfiguration = Nothing, Optional hostName As String = Nothing, Optional iPV4Addresses As IList(Of String) = Nothing, Optional iPV6Addresses As IList(Of String) = Nothing, Optional numberOfResources As Nullable(Of Integer) = Nothing, Optional rawErrors As String = Nothing)

參數

endTime
Nullable<DateTimeOffset>

取得或設定節點報表的結束時間。

lastModifiedTime
DateTimeOffset

取得或設定節點報表的 lastModifiedTime。

startTime
Nullable<DateTimeOffset>

取得或設定節點報表的開始時間。

type
String

取得或設定節點報表的類型。

reportId
String

取得或設定節點報表的識別碼。

status
String

取得或設定節點報表的狀態。

refreshMode
String

取得或設定節點報表的 refreshMode。

rebootRequested
String

取得或設定節點報表的 rebootRequested。

reportFormatVersion
String

取得或設定節點報表的 reportFormatVersion。

configurationVersion
String

取得或設定節點報告的 configurationVersion。

id
String

取得或設定識別碼。

errors
IList<DscReportError>

取得或設定節點報表的錯誤。

resources
IList<DscReportResource>

取得或設定節點報表的資源。

metaConfiguration
DscMetaConfiguration

取得或設定報表時節點的中繼設定。

hostName
String

取得或設定傳送報表之節點的主機名稱。

iPV4Addresses
IList<String>

取得或設定傳送報表之節點的 IPv4 位址。

iPV6Addresses
IList<String>

取得或設定傳送報表之節點的 IPv6 位址。

numberOfResources
Nullable<Int32>

取得或設定節點報表中的資源數目。

rawErrors
String

取得或設定節點報表的未剖析錯誤。

適用於