DiffDiskSettings.Placement Property

Definition

Gets or sets specifies the ephemeral disk placement for operating system disk. Possible values are: CacheDisk, ResourceDisk. The defaulting behavior is: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. Refer to the VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk. Possible values include: 'CacheDisk', 'ResourceDisk'

[Newtonsoft.Json.JsonProperty(PropertyName="placement")]
public string Placement { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="placement")>]
member this.Placement : string with get, set
Public Property Placement As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to