DscNodeReport Class

Definition

Definition of the dsc node report type.

public class DscNodeReport
type DscNodeReport = class
Public Class DscNodeReport
Inheritance
DscNodeReport

Constructors

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.

Properties

ConfigurationVersion

Gets or sets the configurationVersion of the node report.

EndTime

Gets or sets the end time of the node report.

Errors

Gets or sets the errors for the node report.

HostName

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

Id

Gets or sets the id.

IPV4Addresses

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

IPV6Addresses

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

LastModifiedTime

Gets or sets the lastModifiedTime of the node report.

MetaConfiguration

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

NumberOfResources

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

RawErrors

Gets or sets the unparsed errors for the node report.

RebootRequested

Gets or sets the rebootRequested of the node report.

RefreshMode

Gets or sets the refreshMode of the node report.

ReportFormatVersion

Gets or sets the reportFormatVersion of the node report.

ReportId

Gets or sets the id of the node report.

Resources

Gets or sets the resource for the node report.

StartTime

Gets or sets the start time of the node report.

Status

Gets or sets the status of the node report.

Type

Gets or sets the type of the node report.

Applies to