Share via


RestorePointSourceVmosDisk interface

Describes an Operating System disk.

Properties

caching

Gets the caching type.

diskRestorePoint

Gets the disk restore point Id.

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.

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"