InMageDiskDetails 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.
VMware/Physical specific Disk Details.
public class InMageDiskDetails
type InMageDiskDetails = class
Public Class InMageDiskDetails
- Inheritance
-
InMageDiskDetails
Constructors
InMageDiskDetails() |
Initializes a new instance of the InMageDiskDetails class. |
InMageDiskDetails(String, String, String, String, String, IList<DiskVolumeDetails>) |
Initializes a new instance of the InMageDiskDetails class. |
Properties
DiskConfiguration |
Gets or sets whether disk is dynamic disk or basic disk. |
DiskId |
Gets or sets the disk Id. |
DiskName |
Gets or sets the disk name. |
DiskSizeInMb |
Gets or sets the disk size in MB. |
DiskType |
Gets or sets whether disk is system disk or data disk. |
VolumeList |
Gets or sets volumes of the disk. |