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

ToolboxVersionObject interface

一个特定版本的工具箱。

属性

created_at

Unix 时间戳(秒)是工具箱版本创建时的。

description

一个人手可读的工具箱描述。

id

工具箱版本的唯一标识符。

metadata

按 16 个成组的可附加到对象的键值对。 这可用于以结构化格式存储有关对象的其他信息,以及通过 API 或仪表板查询对象。

键是最大长度为 64 个字符的字符串。 值为最大长度为 512 个字符的字符串。

name

工具箱的名字。

policies

工具箱版本的策略配置。

tools

本工具箱版本中包含的工具列表。

version

工具箱的版本标识符。 工具箱版本是不可变的,每次更新都会生成一个新版本。

属性详细信息

created_at

Unix 时间戳(秒)是工具箱版本创建时的。

created_at: Date

属性值

Date

description

一个人手可读的工具箱描述。

description?: string

属性值

string

id

工具箱版本的唯一标识符。

id: string

属性值

string

metadata

按 16 个成组的可附加到对象的键值对。 这可用于以结构化格式存储有关对象的其他信息,以及通过 API 或仪表板查询对象。

键是最大长度为 64 个字符的字符串。 值为最大长度为 512 个字符的字符串。

metadata: Record<string, string>

属性值

Record<string, string>

name

工具箱的名字。

name: string

属性值

string

policies

工具箱版本的策略配置。

policies?: ToolboxPolicies

属性值

tools

本工具箱版本中包含的工具列表。

tools: ToolUnion[]

属性值

version

工具箱的版本标识符。 工具箱版本是不可变的,每次更新都会生成一个新版本。

version: string

属性值

string