ComponentVersionProperties interface
元件版本的定義:定義跨越元件類型的資源。
- Extends
屬性
component |
定義元件定義詳細數據。 |
provisioning |
元件版本的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
繼承的屬性
description | 資產描述文字。 |
is |
如果名稱版本是系統產生的 (匿名註冊)。 |
is |
資產是否已封存? |
properties | 資產屬性字典。 |
tags | 標記字典。 標記可以新增、移除和更新。 |
屬性詳細資料
componentSpec
定義元件定義詳細數據。
componentSpec?: Record<string, unknown>
屬性值
Record<string, unknown>
provisioningState
元件版本的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
provisioningState?: string
屬性值
string
繼承的屬性詳細資料
description
isAnonymous
isArchived
properties
資產屬性字典。
properties?: {[propertyName: string]: string | null}
屬性值
{[propertyName: string]: string | null}
tags
標記字典。 標記可以新增、移除和更新。
tags?: {[propertyName: string]: string | null}
屬性值
{[propertyName: string]: string | null}