DiffDiskSettingsResponse

data class DiffDiskSettingsResponse(val placement: String? = null)

Constructors

Link copied to clipboard
constructor(placement: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val placement: String? = null

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.