CommunityGalleryImageVersion interface
Specifies information about the gallery image version that you want to create or update.
- Extends
Properties
| artifact |
The artifact tags of a community gallery resource. |
| disclaimer | The disclaimer for a community gallery resource. |
| end |
The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. |
| exclude |
If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version. |
| published |
The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. |
| storage |
Describes the storage profile of the image version. |
Inherited Properties
| location | Resource location |
| name | Resource name |
| type | Resource type |
| unique |
The unique id of this community gallery. |
Property Details
artifactTags
The artifact tags of a community gallery resource.
artifactTags?: Record<string, string>
Property Value
Record<string, string>
disclaimer
The disclaimer for a community gallery resource.
disclaimer?: string
Property Value
string
endOfLifeDate
The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.
endOfLifeDate?: Date
Property Value
Date
excludeFromLatest
If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
excludeFromLatest?: boolean
Property Value
boolean
publishedDate
The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.
publishedDate?: Date
Property Value
Date
storageProfile
Describes the storage profile of the image version.
storageProfile?: SharedGalleryImageVersionStorageProfile
Property Value
Inherited Property Details
location
Resource location
location?: string
Property Value
string
Inherited From PirCommunityGalleryResource.location
name
type
uniqueId
The unique id of this community gallery.
uniqueId?: string
Property Value
string
Inherited From PirCommunityGalleryResource.uniqueId