SMS_CM_UpdatePackDownloadMonitoring Server WMI Class

The SMS_CM_UpdatePackDownloadMonitoring Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that is used to get the update package download status per site.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Syntax

Class SMS_CM_UpdatePackDownloadMonitoring: SMS_BaseClass  
{  
    SInt32 Applicable;  
    String Description;  
    SInt32 IsComplete;  
    DateTime MessageTime;  
    SInt32 OrderId;  
    String PackageGuid;  
    SInt32 Progress;  
    String SiteCode;  
    SInt32 SiteInstallID;  
    SInt32 SiteNumber;  
    SInt32 SiteType;  
    SInt32 StageId;  
    SInt32 SubStageid;  
    String SubStageName;  
};  

Methods

The SMS_CM_UpdatePackDownloadMonitoring class does not define any methods.

Properties

Applicable
Data type: SInt32

Access type: Read-only

Qualifiers: [read]

Indicates whether the SubStage is applicable.

Description
Data type: String

Access type: Read-only

Qualifiers: [read]

Description of the SubStage.

IsComplete
Data type: SInt32

Access type: Read-only

Qualifiers: [read]

Indicates whether the SubStage has completed.

MessageTime
Data type: DateTime

Access type: Read-only

Qualifiers: [read]

The time that the message was created.

OrderId
Data type: SInt32

Access type: Read-only

Qualifiers: [read]

The order in which the SubStages are listed in the user interface.

PackageGuid
Data type: String

Access type: Read-only

Qualifiers: [read, key, not_null]

Unique identifier of the update package.

Progress
Data type: SInt32

Access type: Read-only

Qualifiers: [read]

The progress of the SubStage.

SiteCode
Data type: String

Access type: Read-only

Qualifiers: [read, key, not_null]

Unique identifier of the site.

SiteInstallID
Data type: SInt32

Access type: Read-only

Qualifiers: [read]

The number of installation retires.

SiteNumber
Data type: Sint32

Access type: Read-only

Qualifiers: [read, key, not_null]

Unique identifier of the site.

SiteType
Data type: SInt32

Access type: Read-only

Qualifiers: [read]

The type of site to which the SubStage applies.

StageId
Data type: Sint32

Access type: Read-only

Qualifiers: [read]

The top-level stage with which the SubStage is associated.

SubStageid
Data type: UInt32

Access type: Read-only

Qualifiers: [read, key, not_null]

Unique identifier of the download SubStages.

SubStageName
Data type: String

Access type: Read-only

Qualifiers: [read]

The name of the SubStage.

Remarks

Class qualifiers for this class include:

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.