DscReportResource interface
Definition of the DSC Report Resource.
Properties
depends |
Gets or sets the Resource Navigation values for resources the resource depends on. |
duration |
Gets or sets the duration in seconds for the resource. |
error | Gets or sets the error of the resource. |
module |
Gets or sets the module name of the resource. |
module |
Gets or sets the module version of the resource. |
resource |
Gets or sets the ID of the resource. |
resource |
Gets or sets the name of the resource. |
source |
Gets or sets the source info of the resource. |
start |
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