VirtualMachineFileLayoutExDiskLayout

VirtualMachineFileLayoutExDiskLayout
VirtualMachineFileLayoutExDiskLayout

Layout of a virtual disk, including the base- and delta- disks.

A virtual disk typically is made up of a chain of disk-units.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": 0,
    "chain": [
        {
            "_typeName": "string",
            "fileKey": [
                0
            ]
        }
    ]
}
integer As int32 As int32
key
Required

Identifier for the virtual disk in device.

chain
Optional

The disk-unit chain that makes up this virtual disk.