GalleryImage interface
库映像。
- 扩展
属性
| author | 库映像的作者。 |
| created |
库映像的创建日期。 注意:此属性不会序列化。 它只能由服务器填充。 |
| description | 库映像的说明。 |
| enabled | 指示是否启用此库映像。 |
| icon | 库映像的图标。 |
| image |
库映像的图像引用。 |
| is |
指示计划是否已获得编程部署的授权。 |
| plan |
适用于此映像的第三方计划 |
继承属性
| id | 资源的标识符。 注意:此属性不会序列化。 它只能由服务器填充。 |
| location | 资源的位置。 |
| name | 资源的名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
| tags | 资源的标记。 |
| type | 资源的类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
author
库映像的作者。
author?: string
属性值
string
createdDate
库映像的创建日期。 注意:此属性不会序列化。 它只能由服务器填充。
createdDate?: Date
属性值
Date
description
库映像的说明。
description?: string
属性值
string
enabled
指示是否启用此库映像。
enabled?: boolean
属性值
boolean
icon
库映像的图标。
icon?: string
属性值
string
imageReference
isPlanAuthorized
指示计划是否已获得编程部署的授权。
isPlanAuthorized?: boolean
属性值
boolean
planId
适用于此映像的第三方计划
planId?: string
属性值
string
继承属性详细信息
id
location
name
tags
资源的标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}