Share via


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"

diskSizeGB

The initial disk size in GB when creating new OS disk.

ephemeralOSDiskSettings

Specifies the ephemeral Disk Settings for the operating system disk used by the compute node (VM).

managedDisk

The managed disk parameters.

writeAcceleratorEnabled

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

The managed disk parameters.

managedDisk?: ManagedDisk

Property Value

writeAcceleratorEnabled

Specifies whether writeAccelerator should be enabled or disabled on the disk.

writeAcceleratorEnabled?: boolean

Property Value

boolean