The SMS_AppDTDeploymentSummary Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the deployment type-level summary of application deployment.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_AppDTDeploymentSummary : SMS_BaseClass { UInt32 AppCI; String AppModelName; UInt32 AssignmentID; String AssignmentUniqueID; String CollectionID; String CollectionName; UInt32 DeploymentIntent; DateTime DeploymentTime; String Description; UInt32 DTCI; String DTModelName; DateTime ModificationTime; SInt32 NumberAlreadyPresent; SInt32 NumberErrors; SInt32 NumberInProgress; SInt32 NumberInstalled; SInt32 NumberReqsNotMet; DateTime SummarizationTime; String Technology; }; |
Methods
The SMS_AppDTDeploymentSummary class does not define any methods.
Properties
- AppCI
- Data type: UInt32Access type: Read/Write Qualifiers: noneSee SMS_AppDeploymentAssetDetails Server WMI Class.
- AppModelName
- Data type: StringAccess type: Read/Write Qualifiers: noneModel Name of the application.
- AssignmentID
- Data type: UInt32Access type: Read/Write Qualifiers: noneSee SMS_AppDeploymentAssetDetails Server WMI Class.
- AssignmentUniqueID
- Data type: StringAccess type: Read/Write Qualifiers: [key]See SMS_AppDeploymentAssetDetails Server WMI Class.
- CollectionID
- Data type: StringAccess type: Read/Write Qualifiers: noneSee SMS_AppDeploymentAssetDetails Server WMI Class.The ID of the collection to which the deployment was deployed.
- CollectionName
- Data type: StringAccess type: Read/Write Qualifiers: noneSee SMS_AppDeploymentAssetDetails Server WMI Class.
- DeploymentIntent
- Data type: UInt32Access type: Read/Write Qualifiers: noneSee SMS_AppDeploymentAssetDetails Server WMI Class.
- DeploymentTime
- Data type: DateTimeAccess type: Read/Write Qualifiers: noneTime the deployment was created.
- Description
- Data type: StringAccess type: Read/Write Qualifiers: noneDescription of the deployment type.
- DTCI
- Data type: UInt32Access type: Read/Write Qualifiers: [key]See SMS_AppDeploymentAssetDetails Server WMI Class.
- DTModelName
- Data type: StringAccess type: Read/Write Qualifiers: noneModel name of the deployment type.
- ModificationTime
- Data type: DateTimeAccess type: Read/Write Qualifiers: noneTime that the deployment type was last modified.
- NumberAlreadyPresent
- Data type: SInt32Access type: Read/Write Qualifiers: noneNumber of clients that have this deployment type installed.
- NumberErrors
- Data type: SInt32Access type: Read/Write Qualifiers: noneNumber of clients that return an error during an installation.
- NumberInProgress
- Data type: SInt32Access type: Read/Write Qualifiers: noneNumber of clients that have this deployment type installation in progress.
- NumberInstalled
- Data type: SInt32Access type: Read/Write Qualifiers: noneNumber of clients that have this deployment type installed.
- NumberReqsNotMet
- Data type: SInt32Access type: Read/Write Qualifiers: noneNumber of clients that do not meet the requirements of this deployment type.
- SummarizationTime
- Data type: DateTimeAccess type: Read/Write Qualifiers: noneTime when summarization occurs.
- Technology
- Data type: StringAccess type: Read/Write Qualifiers: noneSee SMS_AppDeploymentAssetDetails Server WMI Class.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.