Package version:

Interface GalleryDiskImageSource

The source for the disk image.

interface GalleryDiskImageSource {
    id?: string;
    storageAccountId?: string;
    uri?: string;
}

Hierarchy (view full)

Properties

id?: string

The id of the gallery artifact version source.

storageAccountId?: string

The Storage Account Id that contains the vhd blob being used as a source for this artifact version.

uri?: string

The uri of the gallery artifact version source. Currently used to specify vhd/blob source.