CodeVersionProperties interface
程式代碼資產版本詳細數據。
- Extends
屬性
| code |
程序代碼所在的 URI |
| provisioning |
程式代碼版本的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
繼承的屬性
| description | 資產描述文字。 |
| is |
如果名稱版本是系統產生的 (匿名註冊)。 |
| is |
資產是否已封存? |
| properties | 資產屬性字典。 |
| tags | 標記字典。 標記可以新增、移除和更新。 |
屬性詳細資料
codeUri
程序代碼所在的 URI
codeUri?: string
屬性值
string
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}