你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Software 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.
Represents a software data
[Microsoft.Rest.Serialization.JsonTransformation]
public class Software : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Software = class
inherit Resource
Public Class Software
Inherits Resource
- Inheritance
- Attributes
Constructors
Software() |
Initializes a new instance of the Software class. |
Software(String, String, String, String, String, String, String, String, String, String, Nullable<Int32>, String) |
Initializes a new instance of the Software 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. |
Id |
Gets resource Id (Inherited from Resource) |
Name |
Gets resource name (Inherited from Resource) |
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. |
Type |
Gets resource type (Inherited from Resource) |
Vendor |
Gets or sets name of the software vendor. |
Version |
Gets or sets version number of the software product. |