ResourceBase interface
屬性
description | 資產描述文字。 |
properties | 資產屬性字典。 |
tags | 標記字典。 標記可以新增、移除和更新。 |
屬性詳細資料
description
資產描述文字。
description?: string
屬性值
string
properties
資產屬性字典。
properties?: {[propertyName: string]: string | null}
屬性值
{[propertyName: string]: string | null}
tags
標記字典。 標記可以新增、移除和更新。
tags?: {[propertyName: string]: string | null}
屬性值
{[propertyName: string]: string | null}