ImageDiskReference 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 image used for creating the disk.
public class ImageDiskReference
type ImageDiskReference = class
Public Class ImageDiskReference
- Inheritance
-
ImageDiskReference
Constructors
ImageDiskReference() |
Initializes a new instance of the ImageDiskReference class. |
ImageDiskReference(String, Nullable<Int32>) |
Initializes a new instance of the ImageDiskReference class. |
ImageDiskReference(String, String, String, Nullable<Int32>) |
Initializes a new instance of the ImageDiskReference class. |
Properties
CommunityGalleryImageId |
Gets or sets a relative uri containing a community Azure Compute Gallery image reference. |
Id |
Gets or sets a relative uri containing either a Platform Image Repository, user image, or Azure Compute Gallery image reference. |
Lun |
Gets or sets if the disk is created from an image's data disk, this is an index that indicates which of the data disks in the image to use. For OS disks, this field is null. |
SharedGalleryImageId |
Gets or sets a relative uri containing a direct shared Azure Compute Gallery image reference. |
Applies to
Azure SDK for .NET