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.
Gets or sets specifies the ephemeral disk placement for operating system disk.<br><br> Possible values are: <br><br> CacheDisk <br><br> ResourceDisk <br><br> Default: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used.<br><br> Refer to VM size documentation for Windows VM at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/en-us/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 Microsoft.Azure.Management.Compute.Fluent.Models.DiffDiskPlacement Placement { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="placement")>]
member this.Placement : Microsoft.Azure.Management.Compute.Fluent.Models.DiffDiskPlacement with get, set
Public Property Placement As DiffDiskPlacement
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Azure SDK for .NET