SMS_AppStatePerCollectionDT 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_AppStatePerCollectionDT Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents application state per collection deployment type.

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

Class SMS_AppStatePerCollectionDT : 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 EnforcementState;
    String RequirementName;
    UInt32 RequirementType;
    DateTime StartTime;
    UInt32 StatusType;
    String Technology;
    UInt32 Total;
};

The SMS_AppStatePerCollectionDT class does not define any methods.

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

EnforcementState

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

RequirementName

Data type: String

Access type: Read-only

Qualifiers: [key, not_null, read]

Name of requirement.  

RequirementType

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Type of requirement.  

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]

See SMS_AppDeploymentAssetDetails Server WMI Class.

Technology

Data type: String

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

Total

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

Total.  

Show: