#pragma namespace("\\\\.\\root\\default") instance of __namespace{ name="MS_804";}; #pragma namespace("\\\\.\\root\\default\\MS_804") [Description("本地配置管理器的元配置。") : Amended,AMENDMENT, LOCALE(0x0804)] class MSFT_DSCMetaConfiguration { [Description("用于重新应用配置以达到所需状态的连续运行之间的时间间隔。") : Amended] uint32 ConfigurationModeFrequencyMins; [Description("重新启动节点(如果需要)。") : Amended] boolean RebootNodeIfNeeded; [Description("用于访问资源的默认凭据。") : Amended] string Credential; [Description("服务器的配置应用模式。") : Amended] string ConfigurationMode; [Description ("服务器的刷新模式。有效值为“拉”和“推”。" ) : Amended] string RefreshMode; [Description("用于查找证书的证书 ID。") : Amended] string CertificateID; [Description("用于从“拉”服务器获取配置的配置 ID。") : Amended] string ConfigurationID; [Description("配置和模块下载管理器的名称。") : Amended] string DownloadManagerName; [Description("特定于下载管理器的自定义数据。") : Amended] string DownloadManagerCustomData[]; [Description("用于从服务器获取操作的连续运行之间的时间间隔。") : Amended] uint32 RefreshFrequencyMins; [Description("从“拉”服务器下载时覆盖模块。") : Amended] boolean AllowModuleOverwrite; };