Edit

Share via


SMS_AppDeploymentErrorAssetDetails Server WMI Class

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: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

AppName Data type: String

Access type: Read-only

Qualifiers: [read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

AppStatusType Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

AssignmentID Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

AssignmentUniqueID Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

CollectionID Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

CollectionName Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

ComplianceState Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

DeploymentIntent Data type: UInt32

Access type: Read-only

Qualifiers: [read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

DTCI Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

DTModelID Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

DTName Data type: String

Access type: Read-only

Qualifiers: [read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

DTResultID Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

EnforcementState Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

ErrorCode Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

Error code.

ExtendedInfoDescriptionID Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

ExtendedInfoID Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

MachineName Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

IsMachineAssignedToUser Data type: Boolean

Access type: Read-only

Qualifiers: [read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

IsMachineChangesPersisted Data type: Boolean

Access type: Read-only

Qualifiers: [read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

IsVM Data type: Boolean

Access type: Read-only

Qualifiers: [read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

MachineID Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

PolicyModelID Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

Revision Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

StartTime Data type: DateTime

Access type: Read-only

Qualifiers: [read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

StatusType Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

Status type.

See SMS_AppDeploymentAssetDetails Server WMI Class.

Value Status type
1 Success
2 InProgress
4 Unknown
5 Error

Technology Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

UpdateState Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

UserName Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

VMHostName Data type: String

Access type: Read-only

Qualifiers: [read]

See SMS_AppDeploymentAssetDetails 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.