Package version:

Interface SharedGalleryImageVersion

Specifies information about the gallery image version that you want to create or update.

interface SharedGalleryImageVersion {
    artifactTags?: {
        [propertyName: string]: string;
    };
    endOfLifeDate?: any;
    excludeFromLatest?: boolean;
    location?: string;
    name?: string;
    publishedDate?: any;
    storageProfile?: SharedGalleryImageVersionStorageProfile;
    uniqueId?: string;
}

Hierarchy (view full)

Properties

artifactTags?: {
    [propertyName: string]: string;
}

The artifact tags of a shared gallery resource.

endOfLifeDate?: any

The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.

excludeFromLatest?: boolean

If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.

location?: string

Resource location NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

publishedDate?: any

The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.

Describes the storage profile of the image version.

uniqueId?: string

The unique id of this shared gallery.