Uses of Class
com.microsoft.azure.management.compute.DiffDiskSettings
Packages that use DiffDiskSettings
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of DiffDiskSettings in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return DiffDiskSettingsModifier and TypeMethodDescriptionOSDisk.diffDiskSettings()Get specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.VirtualMachineScaleSetOSDisk.diffDiskSettings()Get specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.DiffDiskSettings.withOption(DiffDiskOptions option) Set specifies the ephemeral disk settings for operating system disk.DiffDiskSettings.withPlacement(DiffDiskPlacement placement) Set 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/en-us/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.Methods in com.microsoft.azure.management.compute with parameters of type DiffDiskSettingsModifier and TypeMethodDescriptionOSDisk.withDiffDiskSettings(DiffDiskSettings diffDiskSettings) Set specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.VirtualMachineScaleSetOSDisk.withDiffDiskSettings(DiffDiskSettings diffDiskSettings) Set specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.