SMS_SUMDeploymentStatus Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_SUMDeploymentStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, that represents per-deployment-state summary for SUM deployments in-console monitoring.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_SUMDeploymentStatus : SMS_BaseClass
{
UInt32 Assets;
UInt32 AssignmentID;
String AssignmentName;
String AssignmentUniqueID;
String CollectionID;
String CollectionName;
DateTime LastStatusTime;
String StatusDescription;
UInt32 StatusEnforcementState;
UInt32 StatusErrorCode;
UInt32 StatusType;
DateTime SummarizationTime;
};
The SMS_SUMDeploymentStatus class does not define any methods.
- Assets
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
Number of assets related to the status.
- AssignmentID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
The ID of the configuration item assignment. This ID is unique only for the site.
- AssignmentName
Data type: String
Access type: Read-only
Qualifiers: [not_null, read]
The local assignment name.
- AssignmentUniqueID
Data type: String
Access type: Read-only
Qualifiers: [not_null, read]
The unique ID of the configuration item assignment. This ID is unique across sites.
- CollectionID
Data type: String
Access type: Read-only
Qualifiers: [not_null, read]
Existing collection to which the deployment is being targeted.
- CollectionName
Data type: String
Access type: Read-only
Qualifiers: [read]
The name of the collection to which the deployment is being targeted.
- LastStatusTime
Data type: DateTime
Access type: Read-only
Qualifiers: [not_null, read]
Last status time.
- StatusDescription
Data type: String
Access type: Read-only
Qualifiers: [read]
Description of the status.
- StatusEnforcementState
Data type: UInt32
Access type: Read-only
Qualifiers: [key, read]
Additional enforcement state for progress and error status (0 for others).
- StatusErrorCode
Data type: UInt32
Access type: Read-only
Qualifiers: [key, read]
Additional error code for error status (0 for others).
- StatusType
Data type: UInt32
Access type: Read-only
Qualifiers: [enumeration, key, read]
Status type. Possible values are:
1
Success
2
InProgress
4
Unknown
5
Error
- SummarizationTime
Data type: DateTime
Access type: Read-only
Qualifiers: [not_null, read]
The last time the summarization task was run for this application.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.