Click or drag to resize
DiskLayoutModel Properties

The DiskLayoutModel type exposes the following members.

Properties
  NameDescription
Public propertyDiskIdentifier
Gets or sets the value used to identify the disk to the appliance. This would be the disk number in Windows and something else (device name?) in Linux.
Public propertyPartitioningScheme
Gets or sets a value indicating what partitioning scheme to use. Example GPT or MBR
Public propertyPartitionInitializationInfos
Gets or sets a list of partition descriptions for the entire disk. The number of entries here determines how many partitions you end up with.
Public propertyShouldPartitionDisk
Gets or sets a value indicating whether we should partition the disk or not.
Top
See Also