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; }; |
Methods
The SMS_DCMDeploymentCompliantStatus 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.
- AssignmentUniqueID
- Data type: StringAccess type: Read-only Qualifiers: [not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- BL_ID
- Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- BLName
- Data type: StringAccess type: Read-only Qualifiers: [read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- BLRevision
- Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- CI_ID
- Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- CIName
- Data type: StringAccess type: Read-only Qualifiers: [read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- DeploymentTime
- Data type: DateTimeAccess type: Read-only Qualifiers: [not_null, read]The time of the deployment.
- Revision
- Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- StatusType
- Data type: UInt32Access 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: DateTimeAccess type: Read-only Qualifiers: [not_null, read]Time of the summarization.
- SummaryType
- Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]Type of the summary.
- TargetCollectionID
- Data type: StringAccess type: Read-only Qualifiers: [not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.