GalleryDiskImageSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET