Package version:

Interface RestorePointSourceVmosDisk

Describes an Operating System disk.

interface RestorePointSourceVmosDisk {
    caching?: CachingTypes;
    diskRestorePoint?: DiskRestorePointAttributes;
    diskSizeGB?: number;
    encryptionSettings?: DiskEncryptionSettings;
    managedDisk?: ManagedDiskParameters;
    name?: string;
    osType?: string;
    writeAcceleratorEnabled?: boolean;
}

Properties

caching?: CachingTypes

Gets the caching type. NOTE: This property will not be serialized. It can only be populated by the server.

diskRestorePoint?: DiskRestorePointAttributes

Contains Disk Restore Point properties.

diskSizeGB?: number

Gets the disk size in GB. NOTE: This property will not be serialized. It can only be populated by the server.

encryptionSettings?: DiskEncryptionSettings

Gets the disk encryption settings. NOTE: This property will not be serialized. It can only be populated by the server.

managedDisk?: ManagedDiskParameters

Gets the managed disk details

name?: string

Gets the disk name. NOTE: This property will not be serialized. It can only be populated by the server.

osType?: string

Gets the Operating System type. NOTE: This property will not be serialized. It can only be populated by the server.

writeAcceleratorEnabled?: boolean

Shows true if the disk is write-accelerator enabled. NOTE: This property will not be serialized. It can only be populated by the server.