GalleryDiskImageSource Class

Definition

The source for the disk image.

public class GalleryDiskImageSource : Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource
type GalleryDiskImageSource = class
    inherit GalleryArtifactVersionSource
Public Class GalleryDiskImageSource
Inherits GalleryArtifactVersionSource
Inheritance
GalleryDiskImageSource

Constructors

GalleryDiskImageSource()

Initializes a new instance of the GalleryDiskImageSource class.

GalleryDiskImageSource(String, String, String)

Initializes a new instance of the GalleryDiskImageSource class.

Properties

Id

Gets or sets the id of the gallery artifact version source. Can specify a disk uri, snapshot uri, user image or storage account resource.

(Inherited from GalleryArtifactVersionSource)
StorageAccountId

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

Uri

Gets or sets the uri of the gallery artifact version source. Currently used to specify vhd/blob source.

Applies to