Package version:

Interface RestorePointSourceVMDataDisk

Describes a data disk.

interface RestorePointSourceVMDataDisk {
    caching?: CachingTypes;
    diskRestorePoint?: DiskRestorePointAttributes;
    diskSizeGB?: number;
    lun?: number;
    managedDisk?: ManagedDiskParameters;
    name?: string;
    writeAcceleratorEnabled?: boolean;
}

Properties

caching?: CachingTypes

Gets the caching type. NOTE: This property will not be serialized. It can only be populated by the server.

diskRestorePoint?: DiskRestorePointAttributes

Contains Disk Restore Point properties.

diskSizeGB?: number

Gets the initial disk size in GB for blank data disks, and the new desired size for existing OS and Data disks. NOTE: This property will not be serialized. It can only be populated by the server.

lun?: number

Gets the logical unit number. NOTE: This property will not be serialized. It can only be populated by the server.

managedDisk?: ManagedDiskParameters

Contains the managed disk details.

name?: string

Gets the disk name. NOTE: This property will not be serialized. It can only be populated by the server.

writeAcceleratorEnabled?: boolean

Shows true if the disk is write-accelerator enabled. NOTE: This property will not be serialized. It can only be populated by the server.