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

SoftwareInventoryData 类

定义

表示 SoftwareInventory 数据模型的类。 表示软件数据

public class SoftwareInventoryData : Azure.ResourceManager.Models.ResourceData
type SoftwareInventoryData = class
    inherit ResourceData
Public Class SoftwareInventoryData
Inherits ResourceData
继承
SoftwareInventoryData

构造函数

SoftwareInventoryData()

初始化 SoftwareInventoryData 的新实例。

属性

DeviceId

服务中虚拟机的唯一标识符。

EndOfSupportDate

如果产品即将终止支持,则为终止支持日期。

EndOfSupportStatus

终止支持状态。

FirstSeenOn

首次在设备中看到该软件。

Id

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

(继承自 ResourceData)
Name

资源的名称。

(继承自 ResourceData)
NumberOfKnownVulnerabilities

弱点的数量。

OSPlatform

在设备上运行的操作系统的平台。

ResourceType

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”。

(继承自 ResourceData)
SoftwareName

软件产品的名称。

SystemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

(继承自 ResourceData)
Vendor

软件供应商的名称。

Version

软件产品的版本号。

适用于