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

Component interface

固件的组件。

属性

componentId

组件的 ID。

componentName

组件的名称。

isUpdateAvailable

如果组件可以使用新更新,则标记。

license

组件的许可证。

paths

组件的路径。

releaseDate

组件的发布日期。

version

组件的版本。

属性详细信息

componentId

组件的 ID。

componentId?: string

属性值

string

componentName

组件的名称。

componentName?: string

属性值

string

isUpdateAvailable

如果组件可以使用新更新,则标记。

isUpdateAvailable?: string

属性值

string

license

组件的许可证。

license?: string

属性值

string

paths

组件的路径。

paths?: string[]

属性值

string[]

releaseDate

组件的发布日期。

releaseDate?: Date

属性值

Date

version

组件的版本。

version?: string

属性值

string