DiffDiskSettings.Placement Property
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. Possible values are: CacheDisk, ResourceDisk, NvmeDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk or NvmeDisk is used. Minimum api-version for NvmeDisk: 2024-03-01.
public Azure.ResourceManager.ComputeSchedule.Models.DiffDiskPlacement? Placement { get; set; }
member this.Placement : Nullable<Azure.ResourceManager.ComputeSchedule.Models.DiffDiskPlacement> with get, set
Public Property Placement As Nullable(Of DiffDiskPlacement)