DscReportResource interface

Definition of the DSC Report Resource.

Properties

dependsOn

Gets or sets the Resource Navigation values for resources the resource depends on.

durationInSeconds

Gets or sets the duration in seconds for the resource.

error

Gets or sets the error of the resource.

moduleName

Gets or sets the module name of the resource.

moduleVersion

Gets or sets the module version of the resource.

resourceId

Gets or sets the ID of the resource.

resourceName

Gets or sets the name of the resource.

sourceInfo

Gets or sets the source info of the resource.

startDate

Gets or sets the start date of the resource.

status

Gets or sets the status of the resource.

Property Details

dependsOn

Gets or sets the Resource Navigation values for resources the resource depends on.

dependsOn?: DscReportResourceNavigation[]

Property Value

durationInSeconds

Gets or sets the duration in seconds for the resource.

durationInSeconds?: number

Property Value

number

error

Gets or sets the error of the resource.

error?: string

Property Value

string

moduleName

Gets or sets the module name of the resource.

moduleName?: string

Property Value

string

moduleVersion

Gets or sets the module version of the resource.

moduleVersion?: string

Property Value

string

resourceId

Gets or sets the ID of the resource.

resourceId?: string

Property Value

string

resourceName

Gets or sets the name of the resource.

resourceName?: string

Property Value

string

sourceInfo

Gets or sets the source info of the resource.

sourceInfo?: string

Property Value

string

startDate

Gets or sets the start date of the resource.

startDate?: Date

Property Value

Date

status

Gets or sets the status of the resource.

status?: string

Property Value

string