Uses of Class
com.azure.resourcemanager.batch.models.OSDisk
Packages that use OSDisk
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of OSDisk in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return OSDiskModifier and TypeMethodDescriptionVirtualMachineConfiguration.osDisk()Get the osDisk property: Settings for the operating system disk of the virtual machine.OSDisk.withCaching(CachingType caching) Set the caching property: The type of caching to enable for the disk.OSDisk.withDiskSizeGB(Integer diskSizeGB) Set the diskSizeGB property: The initial disk size in GB when creating new OS disk.OSDisk.withEphemeralOSDiskSettings(DiffDiskSettings ephemeralOSDiskSettings) Set the ephemeralOSDiskSettings property: Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.OSDisk.withManagedDisk(ManagedDisk managedDisk) Set the managedDisk property: The managedDisk property.OSDisk.withWriteAcceleratorEnabled(Boolean writeAcceleratorEnabled) Set the writeAcceleratorEnabled property: Specifies whether writeAccelerator should be enabled or disabled on the disk.Methods in com.azure.resourcemanager.batch.models with parameters of type OSDiskModifier and TypeMethodDescriptionVirtualMachineConfiguration.withOsDisk(OSDisk osDisk) Set the osDisk property: Settings for the operating system disk of the virtual machine.