共用方式為


GuestConfigurationNavigation interface

客體設定是封裝 DSC 設定及其相依性的成品。 成品是 ZIP 檔案,其中包含 DSC 組態 (為 MOF) 和相依資源和其他相依性,例如模組。

屬性

assignmentSource

指定組態的來源。 注意:此屬性不會串行化。 它只能由伺服器填入。

assignmentType

指定組態的指派類型和執行。 可能的值為 Audit、DeployAndAutoCorrect、ApplyAndAutoCorrect 和 ApplyAndMonitor。

configurationParameter

客體設定的組態參數。

configurationProtectedParameter

客體設定的受保護組態參數。

configurationSetting

客體設定的組態設定。 注意:此屬性不會串行化。 它只能由伺服器填入。

contentHash

客體組態套件和組態參數的合併哈希。

contentType

指定組態的內容類型。 可能的值為 Builtin 或 Custom。 注意:此屬性不會串行化。 它只能由伺服器填入。

contentUri

上傳客體組態套件之記憶體的 URI。

kind

客體設定的種類。 例如:DSC

name

來賓設定的名稱。

version

客體設定的版本。

屬性詳細資料

assignmentSource

指定組態的來源。 注意:此屬性不會串行化。 它只能由伺服器填入。

assignmentSource?: string

屬性值

string

assignmentType

指定組態的指派類型和執行。 可能的值為 Audit、DeployAndAutoCorrect、ApplyAndAutoCorrect 和 ApplyAndMonitor。

assignmentType?: string

屬性值

string

configurationParameter

客體設定的組態參數。

configurationParameter?: ConfigurationParameter[]

屬性值

configurationProtectedParameter

客體設定的受保護組態參數。

configurationProtectedParameter?: ConfigurationParameter[]

屬性值

configurationSetting

客體設定的組態設定。 注意:此屬性不會串行化。 它只能由伺服器填入。

configurationSetting?: ConfigurationSetting

屬性值

contentHash

客體組態套件和組態參數的合併哈希。

contentHash?: string

屬性值

string

contentType

指定組態的內容類型。 可能的值為 Builtin 或 Custom。 注意:此屬性不會串行化。 它只能由伺服器填入。

contentType?: string

屬性值

string

contentUri

上傳客體組態套件之記憶體的 URI。

contentUri?: string

屬性值

string

kind

客體設定的種類。 例如:DSC

kind?: string

屬性值

string

name

來賓設定的名稱。

name?: string

屬性值

string

version

客體設定的版本。

version?: string

屬性值

string