共用方式為


DscNodeConfiguration interface

dsc節點組態的定義。

Extends

屬性

configuration

取得或設定節點的組態。

creationTime

取得或設定建立時間。

incrementNodeConfigurationBuild

如果需要新的 NodeConfiguration 組建版本。

lastModifiedTime

取得或設定上次修改的時間。

nodeCount

已指派此節點組態的節點數目

source

節點組態的來源。

繼承的屬性

id

資源的完整資源標識碼 注意:此屬性將不會串行化。它只能由伺服器填入。

name

資源的名稱 注意:此屬性將不會串行化。它只能由伺服器填入。

type

資源的型別。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

configuration

取得或設定節點的組態。

configuration?: DscConfigurationAssociationProperty

屬性值

creationTime

取得或設定建立時間。

creationTime?: Date

屬性值

Date

incrementNodeConfigurationBuild

如果需要新的 NodeConfiguration 組建版本。

incrementNodeConfigurationBuild?: boolean

屬性值

boolean

lastModifiedTime

取得或設定上次修改的時間。

lastModifiedTime?: Date

屬性值

Date

nodeCount

已指派此節點組態的節點數目

nodeCount?: number

屬性值

number

source

節點組態的來源。

source?: string

屬性值

string

繼承的屬性詳細資料

id

資源的完整資源標識碼 注意:此屬性將不會串行化。它只能由伺服器填入。

id?: string

屬性值

string

繼承自ProxyResource.id

name

資源的名稱 注意:此屬性將不會串行化。它只能由伺服器填入。

name?: string

屬性值

string

繼承自ProxyResource.name

type

資源的型別。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自ProxyResource.type