DiffDiskPlacement Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the ephemeral disk placement for operating system disk for all compute nodes (VMs) in the pool.
public enum DiffDiskPlacement
type DiffDiskPlacement =
Public Enum DiffDiskPlacement
- Inheritance
-
DiffDiskPlacement
Fields
Name | Value | Description |
---|---|---|
CacheDisk | 0 | The Ephemeral OS Disk is stored on the VM cache. |
Remarks
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 and Linux VMs.
Applies to
Azure SDK for .NET