Uses of Class
com.azure.compute.batch.models.OSDisk
Packages that use OSDisk
-
Uses of OSDisk in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return OSDiskModifier and TypeMethodDescriptionstatic OSDisk
OSDisk.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of OSDisk from the JsonReader.VirtualMachineConfiguration.getOsDisk()
Get the osDisk property: Settings for the operating system disk of the Virtual Machine.OSDisk.setCaching
(CachingType caching) Set the caching property: Specifies the caching requirements.OSDisk.setDiskSizeGB
(Integer diskSizeGB) Set the diskSizeGB property: The initial disk size in GB when creating new OS disk.OSDisk.setEphemeralOSDiskSettings
(DiffDiskSettings ephemeralOSDiskSettings) Set the ephemeralOSDiskSettings property: Specifies the ephemeral Disk Settings for the operating system disk used by the compute node (VM).OSDisk.setManagedDisk
(ManagedDisk managedDisk) Set the managedDisk property: The managed disk parameters.OSDisk.setWriteAcceleratorEnabled
(Boolean writeAcceleratorEnabled) Set the writeAcceleratorEnabled property: Specifies whether writeAccelerator should be enabled or disabled on the disk.Methods in com.azure.compute.batch.models with parameters of type OSDiskModifier and TypeMethodDescriptionSet the osDisk property: Settings for the operating system disk of the Virtual Machine.