Package version:

Interface GalleryArtifactVersionFullSource

The source of the gallery artifact version.

interface GalleryArtifactVersionFullSource {
    communityGalleryImageId?: string;
    id?: string;
    virtualMachineId?: string;
}

Hierarchy (view full)

Properties

communityGalleryImageId?: string

The resource Id of the source Community Gallery Image. Only required when using Community Gallery Image as a source.

id?: string

The id of the gallery artifact version source.

virtualMachineId?: string

The resource Id of the source virtual machine. Only required when capturing a virtual machine to source this Gallery Image Version.