SMS_ClassicDeploymentStatus 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_ClassicDeploymentStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents classic software distribution deployment status.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_ClassicDeploymentStatus : SMS_BaseClass
{
UInt32 Assets;
String CollectionID;
String CollectionName;
String DeploymentID;
DateTime DeploymentTime;
Boolean IsDeviceDeployment;
String MessageDescription;
UInt32 MessageID;
String PackageID;
String PackageName;
String ProgramName;
UInt32 Purpose;
UInt32 StatusType;
DateTime SummarizationTime;
};
The SMS_ClassicDeploymentStatus class does not define any methods.
- Assets
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
Number of assets related to the status.
- CollectionID
Data type: String
Access type: Read-only
Qualifiers: [key, not_null, read]
Existing collection to which the advertisement is targeted.
- CollectionName
Data type: String
Access type: Read-only
Qualifiers: [read]
The name of the collection to which the advertisement is advertising.
- DeploymentID
Data type: String
Access type: Read-only
Qualifiers: [key, not_null, read]
A unique auto-generated key.
- DeploymentTime
Data type: DateTime
Access type: Read-only
Qualifiers: [not_null, read]
The time of the deployment.
- IsDeviceDeployment
Data type: Boolean
Access type: Read-only
Qualifiers: [not_null, read]
true if the deployment is for mobile devices.
- MessageDescription
Data type: String
Access type: Read-only
Qualifiers: [read]
Message description.
- MessageID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, read]
Software distribution or software update message ID.
- PackageID
Data type: String
Access type: Read-only
Qualifiers: [read]
ID for an existing package associated with the advertisement.
- PackageName
Data type: String
Access type: Read-only
Qualifiers: [read]
The name of the advertised package.
- ProgramName
Data type: String
Access type: Read-only
Qualifiers: [read]
The program name of the program related to the package that the advertisement will advertise.
- Purpose
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
Purpose.
- StatusType
Data type: UInt32
Access type: Read-only
Qualifiers: [key, read]
Status Type.
1
Success
2
InProgress
4
Unknown
5
Error
- SummarizationTime
Data type: DateTime
Access type: Read-only
Qualifiers: [not_null, read]
The last time the summarization task was run for this application or current time in UTC if it is missing.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.