Share via


OsDisk interface

OsDisk represents configuration of the boot disk.

Properties

createOption

The strategy for creating the OS disk.

deleteOption

The strategy for deleting the OS disk.

diskSizeGB

The size of the disk. Required if the createOption is Ephemeral. Allocations are measured in gibibytes.

Property Details

createOption

The strategy for creating the OS disk.

createOption?: string

Property Value

string

deleteOption

The strategy for deleting the OS disk.

deleteOption?: string

Property Value

string

diskSizeGB

The size of the disk. Required if the createOption is Ephemeral. Allocations are measured in gibibytes.

diskSizeGB: number

Property Value

number