Package version:

Interface CommunityGalleryImageVersion

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

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

Hierarchy (view full)

Properties

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

The artifact tags of a community gallery resource.

disclaimer?: string

The disclaimer for a community 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.

type?: string

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

uniqueId?: string

The unique id of this community gallery.