The SMS_DCMDeploymentErrorAssetDetails Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the asset details for deployment error.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_DCMDeploymentErrorAssetDetails : SMS_BaseClass { UInt32 AssetID; String AssetName; UInt32 AssetType; UInt32 AssignmentID; String AssignmentUniqueID; UInt32 BL_ID; String BLName; UInt32 BLRevision; UInt32 CI_ID; String CIName; UInt32 ClientType; String ClientTypeDisplay; UInt32 ErrorCode; String ErrorDescription; UInt32 ErrorType; String ErrorTypeDisplay; Boolean IsMachineAssignedToUser; Boolean IsMachineChangesPersisted; Boolean IsVM; String ObjectDescription; UInt32 ObjectID; String ObjectName; UInt32 ObjectType; String ObjectTypeName; UInt32 Revision; String RuleStateDisplay; UInt32 StatusType; String TargetCollectionID; String VMHostName; }; |
Methods
The SMS_DCMDeploymentErrorAssetDetails class does not define any methods.
Properties
- AssetID
- Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- AssetName
- Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]Name of the asset.
- AssetType
- Data type: UInt32Access type: Read-only Qualifiers: [enumeration, not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- 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.
- ClientType
- Data type: UInt32Access type: Read-only Qualifiers: [enumeration, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- ClientTypeDisplay
- Data type: StringAccess type: Read-only Qualifiers: [read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- 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]Error type. Possible values are:
1
INFRASTRUCTURAL
2
DISCOVERY
3
CONFLICT
4
ENFORCEMENT
- ErrorTypeDisplay
- Data type: StringAccess type: Read-only Qualifiers: [read]The name of the error type in the console.
- IsMachineAssignedToUser
- Data type: BooleanAccess type: Read-only Qualifiers: [read]true if the computer is assigned to a user.
- IsMachineChangesPersisted
- Data type: BooleanAccess type: Read-only Qualifiers: [read]true if the virtual machine changes are persisted.
- IsVM
- Data type: BooleanAccess type: Read-only Qualifiers: [read]true if this is a virtual machine.
- 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]Ihow tD 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.
- Revision
- Data type: UInt32Access type: Read-only Qualifiers: [not_null, read]Version of the baseline deployed using this assignment.
- 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.
- TargetCollectionID
- Data type: StringAccess type: Read-only Qualifiers: [not_null, read]See SMS_DCMDeploymentCompliantDetailsPerAsset Server WMI Class.
- VMHostName
- Data type: StringAccess type: Read-only Qualifiers: [read]Virtual machine host name.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.