DscReportResource interface
DSC 報表資源的定義。
屬性
depends |
取得或設定資源相依的資源資源導覽值。 |
duration |
取得或設定資源的持續時間,以秒為單位。 |
error | 取得或設定資源的錯誤。 |
module |
取得或設定資源的模組名稱。 |
module |
取得或設定資源的模組版本。 |
resource |
取得或設定資源的識別碼。 |
resource |
取得或設定資源的名稱。 |
source |
取得或設定資源的來源資訊。 |
start |
取得或設定資源的開始日期。 |
status | 取得或設定資源的狀態。 |
屬性詳細資料
dependsOn
durationInSeconds
取得或設定資源的持續時間,以秒為單位。
durationInSeconds?: number
屬性值
number
error
取得或設定資源的錯誤。
error?: string
屬性值
string
moduleName
取得或設定資源的模組名稱。
moduleName?: string
屬性值
string
moduleVersion
取得或設定資源的模組版本。
moduleVersion?: string
屬性值
string
resourceId
取得或設定資源的識別碼。
resourceId?: string
屬性值
string
resourceName
取得或設定資源的名稱。
resourceName?: string
屬性值
string
sourceInfo
取得或設定資源的來源資訊。
sourceInfo?: string
屬性值
string
startDate
取得或設定資源的開始日期。
startDate?: Date
屬性值
Date
status
取得或設定資源的狀態。
status?: string
屬性值
string