RestorePointSourceVmosDisk interface

Describes an Operating System disk.

Properties

caching

Gets the caching type.

diskRestorePoint

Contains Disk Restore Point properties.

diskSizeGB

Gets the disk size in GB.

encryptionSettings

Gets the disk encryption settings.

managedDisk

Gets the managed disk details

name

Gets the disk name.

osType

Gets the Operating System type.

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 disk size in GB.

diskSizeGB?: number

Property Value

number

encryptionSettings

Gets the disk encryption settings.

encryptionSettings?: DiskEncryptionSettings

Property Value

managedDisk

Gets the managed disk details

managedDisk?: ManagedDiskParameters

Property Value

name

Gets the disk name.

name?: string

Property Value

string

osType

Gets the Operating System type.

osType?: string

Property Value

string

writeAcceleratorEnabled

Shows true if the disk is write-accelerator enabled.

writeAcceleratorEnabled?: boolean

Property Value

boolean