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

Software type

表示软件数据

type Software = Resource & {
  deviceId?: string
  endOfSupportDate?: string
  endOfSupportStatus?: EndOfSupportStatus
  firstSeenAt?: string
  numberOfKnownVulnerabilities?: number
  osPlatform?: string
  softwareName?: string
  vendor?: string
  version?: string
}