GalleryImage interface
A gallery image.
- Extends
Properties
author | The author of the gallery image. |
created |
The creation date of the gallery image. NOTE: This property will not be serialized. It can only be populated by the server. |
description | The description of the gallery image. |
enabled | Indicates whether this gallery image is enabled. |
icon | The icon of the gallery image. |
image |
The image reference of the gallery image. |
is |
Indicates if the plan has been authorized for programmatic deployment. |
plan |
The third party plan that applies to this image |
Inherited Properties
id | The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
location | The location of the resource. |
name | The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | The tags of the resource. |
type | The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
author
The author of the gallery image.
author?: string
Property Value
string
createdDate
The creation date of the gallery image. NOTE: This property will not be serialized. It can only be populated by the server.
createdDate?: Date
Property Value
Date
description
The description of the gallery image.
description?: string
Property Value
string
enabled
Indicates whether this gallery image is enabled.
enabled?: boolean
Property Value
boolean
icon
The icon of the gallery image.
icon?: string
Property Value
string
imageReference
The image reference of the gallery image.
imageReference?: GalleryImageReference
Property Value
isPlanAuthorized
Indicates if the plan has been authorized for programmatic deployment.
isPlanAuthorized?: boolean
Property Value
boolean
planId
The third party plan that applies to this image
planId?: string
Property Value
string
Inherited Property Details
id
The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
The location of the resource.
location?: string
Property Value
string
Inherited From Resource.location
name
The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
The tags of the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type