SMS_CIDeploymentUnknownStatus 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_CIDeploymentUnknownStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the status of a configuration item deployment for unknown status.

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

Class SMS_CIDeploymentUnknownStatus : SMS_BaseClass
{
    UInt32 AssignmentID;
    String AssignmentUniqueID;
    UInt32 Category;
    UInt32 CI_ID;
    String CollectionID;
    String CollectionName;
    UInt32 DeploymentIntent;
    UInt32 PolicyModelID; 
    String SoftwareName;
    DateTime StartTime;
    UInt32 Total;
};

The SMS_CIDeploymentUnknownStatus class does not define any methods.

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.

Category

Data type: UInt32

Access type: Read-only

Qualifiers: [key, not_null, read]

Stauts category.

CI_ID

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

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

DeploymentIntent

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

PolicyModelID

Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

Model ID of the policy.

SoftwareName

Data type: String

Access type: Read-only

Qualifiers: [read]

Name of the software.

StartTime

Data type: DateTime

Access type: Read-only

Qualifiers: [read]

See SMS_AppDeploymentAssetDetails Server WMI Class.

Total

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Total number of resources in this state.

Show: