你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SoftwareProperties Constructors
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.
Overloads
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. |
SoftwareProperties()
Initializes a new instance of the SoftwareProperties class.
public SoftwareProperties ();
Public Sub New ()
Applies to
SoftwareProperties(String, String, String, String, String, String, String, Nullable<Int32>, String)
Initializes a new instance of the SoftwareProperties class.
public SoftwareProperties (string deviceId = default, string osPlatform = default, string vendor = default, string softwareName = default, string version = default, string endOfSupportStatus = default, string endOfSupportDate = default, int? numberOfKnownVulnerabilities = default, string firstSeenAt = default);
new Microsoft.Azure.Management.Security.Models.SoftwareProperties : string * string * string * string * string * string * string * Nullable<int> * string -> Microsoft.Azure.Management.Security.Models.SoftwareProperties
Public Sub New (Optional deviceId As String = Nothing, Optional osPlatform As String = Nothing, Optional vendor As String = Nothing, Optional softwareName As String = Nothing, Optional version As String = Nothing, Optional endOfSupportStatus As String = Nothing, Optional endOfSupportDate As String = Nothing, Optional numberOfKnownVulnerabilities As Nullable(Of Integer) = Nothing, Optional firstSeenAt As String = Nothing)
Parameters
- deviceId
- String
Unique identifier for the virtual machine in the service.
- osPlatform
- String
Platform of the operating system running on the device.
- vendor
- String
Name of the software vendor.
- softwareName
- String
Name of the software product.
- version
- String
Version number of the software product.
- endOfSupportStatus
- String
End of support status. Possible values include: 'None', 'noLongerSupported', 'versionNoLongerSupported', 'upcomingNoLongerSupported', 'upcomingVersionNoLongerSupported'
- endOfSupportDate
- String
The end of support date in case the product is upcoming end of support.
- firstSeenAt
- String
First time that the software was seen in the device.