Class DiffDiskSettings
java.lang.Object
com.microsoft.azure.management.batch.DiffDiskSettings
Specifies the ephemeral Disk Settings for the operating system disk used by
the virtual machine.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet this property can be used by user in the request to choose which location the operating system should be in.withPlacement
(DiffDiskPlacement placement) Set this property can be used by user in the request to choose which location the operating system should be in.
-
Constructor Details
-
DiffDiskSettings
public DiffDiskSettings()
-
-
Method Details
-
placement
Get this property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements. Possible values include: 'CacheDisk'.- Returns:
- the placement value
-
withPlacement
Set this property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements. Possible values include: 'CacheDisk'.- Parameters:
placement
- the placement value to set- Returns:
- the DiffDiskSettings object itself.
-