RestorePointSourceVmosDisk interface
Describes an Operating System disk.
Properties
| caching | Gets the caching type. |
| disk |
Contains Disk Restore Point properties. |
| disk |
Gets the disk size in GB. |
| encryption |
Gets the disk encryption settings. |
| managed |
Gets the managed disk details |
| name | Gets the disk name. |
| os |
Gets the Operating System type. |
| write |
Shows true if the disk is write-accelerator enabled. |
Property Details
caching
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