The SMS_SUMDeploymentStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 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; }; |
Methods
The SMS_SUMDeploymentStatus class does not define any methods.
Properties
- Assets
- Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]Number of assets related to the status.
- AssignmentID
- Data type: UInt32Access 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: StringAccess type: Read-only Qualifiers: [not_null, read]The local assignment name.
- AssignmentUniqueID
- Data type: StringAccess type: Read-only Qualifiers: [not_null, read]The unique ID of the configuration item assignment. This ID is unique across sites.
- CollectionID
- Data type: StringAccess type: Read-only Qualifiers: [not_null, read]Existing collection to which the deployment is being targeted.
- CollectionName
- Data type: StringAccess type: Read-only Qualifiers: [read]The name of the collection to which the deployment is being targeted.
- LastStatusTime
- Data type: DateTimeAccess type: Read-only Qualifiers: [not_null, read]Last status time.
- StatusDescription
- Data type: StringAccess type: Read-only Qualifiers: [read]Description of the status.
- StatusEnforcementState
- Data type: UInt32Access type: Read-only Qualifiers: [key, read]Additional enforcement state for progress and error status (0 for others).
- StatusErrorCode
- Data type: UInt32Access type: Read-only Qualifiers: [key, read]Additional error code for error status (0 for others).
- StatusType
- Data type: UInt32Access type: Read-only Qualifiers:
[enumeration, key, read]Status type. Possible values are:
1
Success
2
InProgress
4
Unknown
5
Error
- SummarizationTime
- Data type: DateTimeAccess type: Read-only Qualifiers: [not_null, read]The last time the summarization task was run for this application.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.