SMS_AppDeploymentErrorAssetDetails Server WMI Class
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_AppDeploymentErrorAssetDetails Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents error details of application deployment at the asset level.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Syntax
Class SMS_AppDeploymentErrorAssetDetails : SMS_BaseClass
{
UInt32 AppCI;
String AppName;
UInt32 AppStatusType;
UInt32 AssignmentID;
String AssignmentUniqueID;
String CollectionID;
String CollectionName;
UInt32 ComplianceState;
UInt32 DeploymentIntent;
UInt32 DTCI;
UInt32 DTModelID;
String DTName;
UInt32 DTResultID;
UInt32 EnforcementState;
UInt32 ErrorCode;
UInt32 ExtendedInfoDescriptionID;
UInt32 ExtendedInfoID;
Boolean IsMachineAssignedToUser;
Boolean IsMachineChangesPersisted;
Boolean IsVM;
UInt32 MachineID;
String MachineName;
UInt32 PolicyModelID;
UInt32 Revision;
DateTime StartTime;
UInt32 StatusType;
String Technology;
UInt32 UpdateState;
String UserName;
String VMHostName;
};
Methods
The SMS_AppDeploymentErrorAssetDetails class does not define any methods.
Properties
AppCI
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
AppName
Data type: StringAccess type: Read-only
Qualifiers: [read]
AppStatusType
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
AssignmentID
Data type: UInt32Access type: Read-only
Qualifiers: [key, not_null, read]
AssignmentUniqueID
Data type: StringAccess type: Read-only
Qualifiers: [not_null, read]
CollectionID
Data type: StringAccess type: Read-only
Qualifiers: [not_null, read]
CollectionName
Data type: StringAccess type: Read-only
Qualifiers: [not_null, read]
ComplianceState
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
DeploymentIntent
Data type: UInt32Access type: Read-only
Qualifiers: [read]
DTCI
Data type: UInt32Access type: Read-only
Qualifiers: [key, not_null, read]
DTModelID
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
DTName
Data type: StringAccess type: Read-only
Qualifiers: [read]
DTResultID
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
EnforcementState
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
ErrorCode
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
Error code.
ExtendedInfoDescriptionID
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
ExtendedInfoID
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
MachineName
Data type: StringAccess type: Read-only
Qualifiers: [key, not_null, read]
IsMachineAssignedToUser
Data type: BooleanAccess type: Read-only
Qualifiers: [read]
IsMachineChangesPersisted
Data type: BooleanAccess type: Read-only
Qualifiers: [read]
IsVM
Data type: BooleanAccess type: Read-only
Qualifiers: [read]
MachineID
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
PolicyModelID
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
Revision
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
StartTime
Data type: DateTimeAccess type: Read-only
Qualifiers: [read]
StatusType
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
Status type.
See SMS_AppDeploymentAssetDetails Server WMI Class.
1
Success
2
InProgress
4
Unknown
5
Error
Technology
Data type: StringAccess type: Read-only
Qualifiers: [not_null, read]
UpdateState
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
UserName
Data type: StringAccess type: Read-only
Qualifiers: [key, not_null, read]
VMHostName
Data type: StringAccess type: Read-only
Qualifiers: [read]
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