类SMS_Site中的 UpdateAutoUpgradeConfigs 方法
在 UpdateAutoUpgradeConfigs
Configuration Manager 中,Windows Management Instrumentation (WMI) 类方法更新了自动升级设置的配置。
以下语法从托管对象格式 (MOF) 代码中简化,并定义了 方法。
语法
SInt32 UpdateAutoUpgradeConfigs(
String ClientVersion,
Boolean IsProgramEnabled,
UInt32 AdvertisementDuration,
UInt32 ValidationInterval,
UInt32 ValidationFailureInterval,
Boolean AllowPrestage,
Boolean AllowFallbackToContentSource,
UInt32 DownloadOptionsInSlowNetwork,
Boolean ExcludeServers,
Boolean OverrideServiceWindow,
Boolean IgnoreNonPersistableVM
);
参数
ClientVersion
数据类型String
限定符:[in]
客户端的版本。
IsProgramEnabled
数据类型Boolean
限定符:[in]
true
如果启用了程序,则为 。
AdvertisementDuration
数据类型UInt32
限定符:[in]
播发持续时间(天)。
ValidationInterval
数据类型UInt32
限定符:[in]
如果以前的验证成功,则验证间隔(以小时为单位)。
ValidationFailureInterval
数据类型UInt32
限定符:[in]
如果上一个验证失败,则验证间隔(以小时为单位)。
AllowPrestage
数据类型Boolean
限定符:[in]
true
如果允许分发到预阶段分发点的自动升级包,则为 。
AllowFallbackToContentSource
数据类型Boolean
限定符:[in]
true
如果允许回退到内容源,则为 。
DownloadOptionInSlowNetwork
数据类型UInt32
限定符:[in]
在慢速网络中下载选项。 可能的值是:
值 | 下载选项 |
---|---|
0 | 请勿下载。 |
1 | 从分发点下载并在本地运行。 |
2 | 从分发点运行。 |
ExcludeServers
数据类型Boolean
限定符:[in]
指示是否应在服务器上跳过自动升级。
OverrideServiceWindow
数据类型Boolean
限定符:[in]
指示客户端上的升级是否会在服务窗口中进行。
IgnoreNonPersistableVM
数据类型Boolean
限定符:[in]
指示是否应在非持久性虚拟机上跳过自动升级。
返回值
一个 SInt32
数据类型,为 0 表示成功,非零表示失败。
有关处理返回的错误的信息,请参阅关于Configuration Manager错误。
要求
运行时要求
有关详细信息,请参阅Configuration Manager服务器运行时要求。
开发要求
有关详细信息,请参阅Configuration Manager服务器开发要求。