ImageDiskConfiguration

ImageDiskConfiguration
ImageDiskConfiguration

Represents the properties of a data disk in an image.

JSON Example
{
    "id": "6496-2000",
    "capacityMBytes": 16384,
    "persistent": false,
    "encrypted": false
}
string
id
Optional

Identifier of the disk.

integer As int32 As int32
capacityMBytes
Optional

Size of the disk in Mega Bytes.

boolean
persistent
Optional

Persistence capability of the disk across reboots.

boolean
encrypted
Optional

Encryption status of the disk.