RestorePointSourceVMDataDisk interface

Describes a data disk.

Properties

caching

Gets the caching type.

diskRestorePoint

Contains Disk Restore Point properties.

diskSizeGB

Gets the initial disk size in GB for blank data disks, and the new desired size for existing OS and Data disks.

lun

Gets the logical unit number.

managedDisk

Contains the managed disk details.

name

Gets the disk name.

writeAcceleratorEnabled

Shows true if the disk is write-accelerator enabled.

Property Details

caching

Gets the caching type.

caching?: CachingTypes

Property Value

diskRestorePoint

Contains Disk Restore Point properties.

diskRestorePoint?: DiskRestorePointAttributes

Property Value

diskSizeGB

Gets the initial disk size in GB for blank data disks, and the new desired size for existing OS and Data disks.

diskSizeGB?: number

Property Value

number

lun

Gets the logical unit number.

lun?: number

Property Value

number

managedDisk

Contains the managed disk details.

managedDisk?: ManagedDiskParameters

Property Value

name

Gets the disk name.

name?: string

Property Value

string

writeAcceleratorEnabled

Shows true if the disk is write-accelerator enabled.

writeAcceleratorEnabled?: boolean

Property Value

boolean