你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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