SoftwareProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Software Inventory resource properties
public class SoftwareProperties
type SoftwareProperties = class
Public Class SoftwareProperties
- Inheritance
-
SoftwareProperties
Constructors
SoftwareProperties() |
Initializes a new instance of the SoftwareProperties class. |
SoftwareProperties(String, String, String, String, String, String, String, Nullable<Int32>, String) |
Initializes a new instance of the SoftwareProperties class. |
Properties
DeviceId |
Gets or sets unique identifier for the virtual machine in the service. |
EndOfSupportDate |
Gets or sets the end of support date in case the product is upcoming end of support. |
EndOfSupportStatus |
Gets or sets end of support status. Possible values include: 'None', 'noLongerSupported', 'versionNoLongerSupported', 'upcomingNoLongerSupported', 'upcomingVersionNoLongerSupported' |
FirstSeenAt |
Gets or sets first time that the software was seen in the device. |
NumberOfKnownVulnerabilities |
Gets or sets number of weaknesses. |
OSPlatform |
Gets or sets platform of the operating system running on the device. |
SoftwareName |
Gets or sets name of the software product. |
Vendor |
Gets or sets name of the software vendor. |
Version |
Gets or sets version number of the software product. |