The SMS_DCMDeploymentErrorStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents error status for a deployment.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_DCMDeploymentErrorStatus : SMS_BaseClass { UInt32 Assets; UInt32 AssignmentID; String AssignmentUniqueID; UInt32 BL_ID; String BLName; UInt32 BLRevision; UInt32 CI_ID; String CIName; DateTime DeploymentTime; UInt32 ErrorCode; String ErrorDescription; UInt32 ErrorType; String ErrorTypeDisplay; String ObjectDescription; UInt32 ObjectID; String ObjectName; UInt32 ObjectType; String ObjectTypeName; UInt32 Revision; String RuleStateDisplay; UInt32 StatusType; DateTime SummarizationTime; UInt32 SummaryType; String TargetCollectionID; }; |
Methods
The SMS_DCMDeploymentErrorStatus class does not define any methods.
Properties
- Assets
- Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]Count of assets related to the status.
- AssignmentID
- Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- 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]Time of the deployment.
- ErrorCode
- Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]Error code.
- ErrorDescription
- Data type: StringAccess type: Read-only Qualifiers: [read]Description of the error.
- ErrorType
- Data type: UInt32Access type: Read-only Qualifiers:
[enumeration, key, not_null, read]Type of error. Possible value
are:
1
INFRASTRUCTURAL
2
DISCOVERY
3
CONFLICT
4
ENFORCEMENT
- ErrorTypeDisplay
- Data type: StringAccess type: Read-only Qualifiers: [read]ErrorTypeDisplay description …
- ObjectDescription
- Data type: StringAccess type: Read-only Qualifiers: [read]Description of the object.
- ObjectID
- Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]ID of the object.
- ObjectName
- Data type: StringAccess type: Read-only Qualifiers: [not_null, read]Name of the object.
- ObjectType
- Data type: UInt32Access type: Read-only Qualifiers:
[enumeration, key, not_null, read]Object type. Possible values are:
1
CI
2
SETTING
3
RULE
- ObjectTypeName
- Data type: StringAccess type: Read-only Qualifiers: [not_null, read]Name of the object type.
- ObjectType
- Data type: UInt32Access type: Read-only Qualifiers:
[enumeration, key, not_null, read]Object type. Possible values are:
1
CI
2
SETTING
3
RULE
- Revision
- Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- RuleStateDisplay
- Data type: StringAccess 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]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- SummarizationTime
- Data type: DateTimeAccess type: Read-only Qualifiers: [not_null, read]Time of summarization.
- SummaryType
- Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]Type of 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.