다음을 통해 공유


DscNodeReport 생성자

정의

오버로드

DscNodeReport()

DscNodeReport 클래스의 새 instance 초기화합니다.

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 클래스의 새 instance 초기화합니다.

DscNodeReport()

DscNodeReport 클래스의 새 instance 초기화합니다.

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 클래스의 새 instance 초기화합니다.

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

노드 보고서의 ID를 가져오거나 설정합니다.

status
String

노드 보고서의 상태 가져오거나 설정합니다.

refreshMode
String

노드 보고서의 refreshMode를 가져오거나 설정합니다.

rebootRequested
String

노드 보고서의 rebootRequested를 가져오거나 설정합니다.

reportFormatVersion
String

노드 보고서의 reportFormatVersion을 가져오거나 설정합니다.

configurationVersion
String

노드 보고서의 configurationVersion을 가져오거나 설정합니다.

id
String

ID를 가져오거나 설정합니다.

errors
IList<DscReportError>

노드 보고서의 오류를 가져오거나 설정합니다.

resources
IList<DscReportResource>

노드 보고서의 리소스를 가져오거나 설정합니다.

metaConfiguration
DscMetaConfiguration

보고서 시 노드의 metaConfiguration을 가져오거나 설정합니다.

hostName
String

보고서를 보낸 노드의 호스트 이름을 가져오거나 설정합니다.

iPV4Addresses
IList<String>

보고서를 보낸 노드의 IPv4 주소를 가져오거나 설정합니다.

iPV6Addresses
IList<String>

보고서를 보낸 노드의 IPv6 주소를 가져오거나 설정합니다.

numberOfResources
Nullable<Int32>

노드 보고서의 리소스 수를 가져오거나 설정합니다.

rawErrors
String

노드 보고서에 대한 분석되지 않은 오류를 가져오거나 설정합니다.

적용 대상