Share via


SMS_AppDeploymentRequirementsNotMetAssetDetails Server WMI Class

 

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_AppDeploymentRequirementsNotMetAssetDetails Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents asset-level details of application deployments where requirements are not met.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Syntax

Class SMS_AppDeploymentRequirementsNotMetAssetDetails : SMS_BaseClass
{
    UInt32 AppCI;
    String AppName;
    UInt32 AppStatusType;
    UInt32 AssignmentID;
    String AssignmentUniqueID;
    String CollectionID;
    String CollectionName;
    String CurrentReqValue;
    UInt32 DeploymentIntent;
    UInt32 DTCI;
    UInt32 DTModelID;
    String DTName;
    UInt32 DTPresent;
    UInt64 DTResultID; 
    UInt32 EnforcementState;
    UInt32 ExtendedInfoDescriptionID;
    UInt32 ExtendedInfoID;
    Boolean IsMachineAssignedToUser;
    Boolean IsMachineChangesPersisted;
    Boolean IsVM;
    UInt32 MachineID;
    String MachineName;
    String MachineOS;
    UInt32 PolicyModelID;
    String RequirementName;
    UInt32 RequirementType;
    UInt32 Revision;
    UInt32 RuleID;
    DateTime StartTime;
    UInt32 StatusType;
    String Technology;
    String UniqueRequirementName;
    UInt32 UpdateState;
    String UserName;
    String VMHostName;
};

Methods

The SMS_AppDeploymentRequirementsNotMetAssetDetails class does not define any methods.

Properties

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