Uses of Class
com.azure.resourcemanager.compute.models.DiffDiskSettings
Packages that use DiffDiskSettings
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of DiffDiskSettings in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return DiffDiskSettingsModifier and TypeMethodDescriptionOSDisk.diffDiskSettings()Get the diffDiskSettings property: Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.VirtualMachineScaleSetOSDisk.diffDiskSettings()Get the diffDiskSettings property: Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.DiffDiskSettings.withOption(DiffDiskOptions option) Set the option property: Specifies the ephemeral disk settings for operating system disk.DiffDiskSettings.withPlacement(DiffDiskPlacement placement) Set the placement property: Specifies the ephemeral disk placement for operating system disk.<br><br> Possible values are: <br><br> **CacheDisk** <br><br> **ResourceDisk** <br><br> Default: **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk** is used.<br><br> Refer to VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.Methods in com.azure.resourcemanager.compute.models with parameters of type DiffDiskSettingsModifier and TypeMethodDescriptionOSDisk.withDiffDiskSettings(DiffDiskSettings diffDiskSettings) Set the diffDiskSettings property: Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.VirtualMachineScaleSetOSDisk.withDiffDiskSettings(DiffDiskSettings diffDiskSettings) Set the diffDiskSettings property: Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.