SMS_DCMDeploymentCompliantStatus 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_DCMDeploymentCompliantStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the compliant status of a deployment.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_DCMDeploymentCompliantStatus : SMS_BaseClass
{
UInt32 Assets;
UInt32 AssignmentID;
String AssignmentUniqueID;
UInt32 BL_ID;
String BLName;
UInt32 BLRevision;
UInt32 CI_ID;
String CIName;
DateTime DeploymentTime;
UInt32 Revision;
UInt32 StatusType;
DateTime SummarizationTime;
UInt32 SummaryType;
String TargetCollectionID;
};
The SMS_DCMDeploymentCompliantStatus 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.
- AssignmentUniqueID
Data type: String
Access type: Read-only
Qualifiers: [not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- BL_ID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- BLName
Data type: String
Access type: Read-only
Qualifiers: [read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- BLRevision
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- CI_ID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- CIName
Data type: String
Access type: Read-only
Qualifiers: [read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- DeploymentTime
Data type: DateTime
Access type: Read-only
Qualifiers: [not_null, read]
The time of the deployment.
- Revision
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- StatusType
Data type: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
Status of the deployment from the targeted asset. Possible values are:
1
Success
2
InProgress
4
Unknown
- SummarizationTime
Data type: DateTime
Access type: Read-only
Qualifiers: [not_null, read]
Time of the summarization.
- SummaryType
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
Type of the summary.
- TargetCollectionID
Data type: String
Access type: Read-only
Qualifiers: [not_null, read]
See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.