Share via


DscNodeReport Constructors

Definition

Overloads

DscNodeReport()

Initializes a new instance of the DscNodeReport class.

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)

Initializes a new instance of the DscNodeReport class.

DscNodeReport()

Initializes a new instance of the DscNodeReport class.

public DscNodeReport ();
Public Sub New ()

Applies to

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)

Initializes a new instance of the DscNodeReport class.

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)

Parameters

endTime
Nullable<DateTimeOffset>

Gets or sets the end time of the node report.

lastModifiedTime
DateTimeOffset

Gets or sets the lastModifiedTime of the node report.

startTime
Nullable<DateTimeOffset>

Gets or sets the start time of the node report.

type
String

Gets or sets the type of the node report.

reportId
String

Gets or sets the id of the node report.

status
String

Gets or sets the status of the node report.

refreshMode
String

Gets or sets the refreshMode of the node report.

rebootRequested
String

Gets or sets the rebootRequested of the node report.

reportFormatVersion
String

Gets or sets the reportFormatVersion of the node report.

configurationVersion
String

Gets or sets the configurationVersion of the node report.

id
String

Gets or sets the id.

errors
IList<DscReportError>

Gets or sets the errors for the node report.

resources
IList<DscReportResource>

Gets or sets the resource for the node report.

metaConfiguration
DscMetaConfiguration

Gets or sets the metaConfiguration of the node at the time of the report.

hostName
String

Gets or sets the hostname of the node that sent the report.

iPV4Addresses
IList<String>

Gets or sets the IPv4 address of the node that sent the report.

iPV6Addresses
IList<String>

Gets or sets the IPv6 address of the node that sent the report.

numberOfResources
Nullable<Int32>

Gets or sets the number of resource in the node report.

rawErrors
String

Gets or sets the unparsed errors for the node report.

Applies to