Compartir a través de


Cluster-Aware Updating Provider Reference

The WMI provider for the Cluster-Aware Updating (CAU) tool allows you to coordinate with CAU when performing non-CAU updates, and it provides the back-end implementation of the default plug-in, which uses the Windows Update Agent (WUA) to scan, download, and install updates through Windows Management Instrumentation (WMI). This documentation assumes you are familiar with the concept of WMI and have experience writing WMI scripts and applications.

The CAU provider defines the following classes.

Class Description
MSFT_CAU_DownloadUpdateInfo
Represents the result from the DownloadUpdates method.
MSFT_CAU_InstallUpdateInfo
Represents the result from the InstallUpdates method.
MSFT_CAU_ScanUpdateInfo
Represents the result from the ScanUpdates method.
MSFT_CAU_Update_Installer_Result
Contains the result and return codes for the update installer.
MSFT_CAUNode
Represents WUA-related operations performed on a cluster node.
MSFT_CAUReportHelper
Represents operations to retrieve and save an updating run report.
MSFT_CAURun
Represents operations performed for an entire cluster.
MSFT_CAURun_Report_Chunk
Represents a chunk of input or output to be processed by the helper class of an updating run report.
MSFT_CAURun_Report_ID
Identifies an updating run report.