Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
DiffDiskSettings |
OSDisk.diffDiskSettings()
Get the diffDiskSettings property: Specifies the ephemeral Disk Settings for the operating system disk used by
the virtual machine.
|
DiffDiskSettings |
VirtualMachineScaleSetOSDisk.diffDiskSettings()
Get the diffDiskSettings property: Specifies the ephemeral disk Settings for the operating system disk used by
the virtual machine scale set.
|
DiffDiskSettings |
DiffDiskSettings.withOption(DiffDiskOptions option)
Set the option property: Specifies the ephemeral disk settings for operating system disk.
|
DiffDiskSettings |
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/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.
|
Modifier and Type | Method and Description |
---|---|
OSDisk |
OSDisk.withDiffDiskSettings(DiffDiskSettings diffDiskSettings)
Set the diffDiskSettings property: Specifies the ephemeral Disk Settings for the operating system disk used by
the virtual machine.
|
VirtualMachineScaleSetOSDisk |
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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.