RestorePointSourceVmosDisk interface
Describes an Operating System disk.
Properties
| caching | Gets the caching type. |
| disk |
Gets the disk restore point Id. |
| 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. |
Property Details
caching
Gets the caching type.
caching?: "None" | "ReadOnly" | "ReadWrite"
Property Value
"None" | "ReadOnly" | "ReadWrite"
diskRestorePoint
Gets the disk restore point Id.
diskRestorePoint?: ApiEntityReference
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?: "Windows" | "Linux"
Property Value
"Windows" | "Linux"