DiffDiskSettings Class

  • java.lang.Object
    • com.microsoft.azure.batch.protocol.models.DiffDiskSettings

public class DiffDiskSettings

Specifies the ephemeral Disk Settings for the operating system disk used by the compute node (VM).

Constructor Summary

Constructor Description
DiffDiskSettings()

Method Summary

Modifier and Type Method and Description
DiffDiskPlacement placement()

Get this property can be used by user in the request to choose the location e.g., cache disk space for Ephemeral OS disk provisioning.

DiffDiskSettings withPlacement(DiffDiskPlacement placement)

Set this property can be used by user in the request to choose the location e.g., cache disk space for Ephemeral OS disk provisioning.

Methods inherited from java.lang.Object

Constructor Details

DiffDiskSettings

public DiffDiskSettings()

Method Details

placement

public DiffDiskPlacement placement()

Get this property can be used by user in the request to choose the location 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/azure/virtual-machines/windows/ephemeral-os-disks\#size-requirements and Linux VMs at https://docs.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks\#size-requirements. Possible values include: 'CacheDisk'.

Returns:

the placement value

withPlacement

public DiffDiskSettings withPlacement(DiffDiskPlacement placement)

Set this property can be used by user in the request to choose the location 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/azure/virtual-machines/windows/ephemeral-os-disks\#size-requirements and Linux VMs at https://docs.microsoft.com/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.

Applies to