共用方式為


DscConfigurationListResult interface

清單組態作業的回應模型。

屬性

nextLink

取得或設定下一個連結。

totalCount

取得符合篩選準則的組態總數。

value

取得或設定組態清單。

屬性詳細資料

取得或設定下一個連結。

nextLink?: string

屬性值

string

totalCount

取得符合篩選準則的組態總數。

totalCount?: number

屬性值

number

value

取得或設定組態清單。

value?: DscConfiguration[]

屬性值