BatchOsDisk interface
Settings for the operating system disk of the compute node (VM).
Properties
| caching | Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage. Possible values: "none", "readonly", "readwrite" |
| disk |
The initial disk size in GB when creating new OS disk. |
| ephemeral |
Specifies the ephemeral Disk Settings for the operating system disk used by the compute node (VM). |
| managed |
The managed disk parameters. |
| write |
Specifies whether writeAccelerator should be enabled or disabled on the disk. |
Property Details
caching
Specifies the caching requirements. Possible values are: None, ReadOnly, ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
Possible values: "none", "readonly", "readwrite"
caching?: string
Property Value
string
diskSizeGB
The initial disk size in GB when creating new OS disk.
diskSizeGB?: number
Property Value
number
ephemeralOSDiskSettings
Specifies the ephemeral Disk Settings for the operating system disk used by the compute node (VM).
ephemeralOSDiskSettings?: BatchDiffDiskSettings
Property Value
managedDisk
writeAcceleratorEnabled
Specifies whether writeAccelerator should be enabled or disabled on the disk.
writeAcceleratorEnabled?: boolean
Property Value
boolean