共用方式為


DiffDiskSettings.Placement Property

Definition

Gets or sets specifies the ephemeral disk placement for operating system disk for all VMs in the pool.

[Newtonsoft.Json.JsonProperty(PropertyName="placement")]
public Microsoft.Azure.Batch.Protocol.Models.DiffDiskPlacement? Placement { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="placement")>]
member this.Placement : Nullable<Microsoft.Azure.Batch.Protocol.Models.DiffDiskPlacement> with get, set
Public Property Placement As Nullable(Of DiffDiskPlacement)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property can be used by user in the request to choose the location 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 at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements. Possible values include: 'CacheDisk'

Applies to