SMS_G_USER_DCMDeploymentNonCompliantAssetDetails Server WMI Class
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_G_USER_DCMDeploymentNonCompliantAssetDetails Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents non-compliant asset details for a deployment.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Syntax
Class SMS_G_USER_DCMDeploymentNonCompliantAssetDetails : SMS_G_User
{
UInt32 AssignmentID;
UInt32 BL_ID;
UInt32 CI_ID;
UInt32 ResourceID;
UInt32 Rule_ID;
UInt32 RuleSubState;
};
Methods
The SMS_G_USER_DCMDeploymentNonCompliantAssetDetails class does not define any methods.
Properties
AssignmentID
Data type: UInt32Access type: Read-only
Qualifiers: [key, not_null, read]
BL_ID
Data type: UInt32Access type: Read-only
Qualifiers: [key, not_null, read]
CI_ID
Data type: UInt32Access type: Read-only
Qualifiers: [key, not_null, read]
ResourceID
Data type: UInt32Access 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: UInt32Access type: Read-only
Qualifiers: [key, not_null, read]
Rule ID.
RuleSubState
Data type: UInt32Access type: Read-only
Qualifiers: [key, not_null, read]
Rule sub-status type.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Configuration Manager Application Management Server WMI Classes