DiffDiskPlacement Enum
Specifies the ephemeral disk placement for operating system disk. This property can be used by user in the request to choose the location i.e, cache disk or resource disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer Ephemeral OS disk size requirements for Windows VM at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VM at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
- Inheritance
-
builtins.strDiffDiskPlacementDiffDiskPlacement
Constructor
DiffDiskPlacement(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Fields
CACHE_DISK |
RESOURCE_DISK |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python