類別 SMS_Site 中的 UpdateAutoUpgradeConfigs 方法
Windows UpdateAutoUpgradeConfigs
Management Instrumentation (WMI) 類別方法,Configuration Manager 更新自動升級設定的組態。
下列語法是從受控物件格式 (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 伺服器開發需求。