Uses of Class
com.azure.resourcemanager.compute.models.DiffDiskSettings
-
Packages that use DiffDiskSettings Package Description com.azure.resourcemanager.compute.models 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 DiffDiskSettings Modifier and Type Method Description DiffDiskSettingsOSDisk. diffDiskSettings()Get the diffDiskSettings property: Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.DiffDiskSettingsVirtualMachineScaleSetOSDisk. diffDiskSettings()Get the diffDiskSettings property: Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.DiffDiskSettingsDiffDiskSettings. withOption(DiffDiskOptions option)Set the option property: Specifies the ephemeral disk settings for operating system disk.DiffDiskSettingsDiffDiskSettings. 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 DiffDiskSettings Modifier and Type Method Description OSDiskOSDisk. withDiffDiskSettings(DiffDiskSettings diffDiskSettings)Set the diffDiskSettings property: Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.VirtualMachineScaleSetOSDiskVirtualMachineScaleSetOSDisk. withDiffDiskSettings(DiffDiskSettings diffDiskSettings)Set the diffDiskSettings property: Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.
-