SMS_AppRequirementsData Server WMI Class

 

Updated: November 1, 2013

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

The SMS_AppRequirementsData Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the requirements data of an application.

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

Class SMS_AppRequirementsData : SMS_BaseClass
{
    UInt32 AssignmentID;
    String AssignmentUniqueID;
    String CollectionID;
    UInt32 DTCI;
    UInt64 DTResultID;
    UInt32 InstanceGroup;
    String MachineName;
    String RequirementName;
    UInt32 RuleID;
    String SettingName;
    String SettingValue;
    String UniqueRequirementName;
    String UserName;
};

The SMS_AppRequirementsData class does not define any methods.

AssignmentID

Data type: UInt32

Access type: Read-only

Qualifiers: [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: [key, not_null, 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.

DTResultID

Data type: UInt64

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

InstanceGroup

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

Instance group.

MachineName

Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

RequirementName

Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

Name of the requirement.

RuleID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

Identifier of the rule.

SettingName

Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

Name of the setting.

SettingValue

Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

Setting value.

UniqueRequirementName

Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

Unique requirement name.

UserName

Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

Show: