SMS_G_SYSTEM_DCMDeploymentCompliantAssetDetails 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_G_SYSTEM_DCMDeploymentCompliantAssetDetails Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents compliant asset details for a deployment.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_G_SYSTEM_DCMDeploymentCompliantAssetDetails : SMS_G_System
{
UInt32 AssignmentID;
UInt32 BL_ID;
UInt32 CI_ID;
UInt32 ResourceID;
UInt32 Rule_ID;
};
The SMS_G_SYSTEM_DCMDeploymentCompliantAssetDetails class does not define any methods.
- AssignmentID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
ID of the configuration item assignment. This ID is unique only for the site.
- BL_ID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
Baseline ID.
- CI_ID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
Unique ID of the configuration item. This ID is unique only for the site.
- ResourceID
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
Unique ID, supplied by Configuration Manager, that identifies a client resource. This ID is not unique across sites.
- Rule_ID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
Description of the rule ID.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.