你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SoftwareProperties Class

Definition

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.

Applies to