共用方式為


DiffDiskSettings.Placement 屬性

定義

取得或設定指定集區中所有 VM 作業系統磁片的暫時磁片位置。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

使用者可以在要求中使用這個屬性,以選擇作業系統應該位於哪個位置。例如,快取暫時 OS 磁片布建的磁碟空間。 如需暫時 OS 磁片大小需求的詳細資訊,請參閱 Windows VM 的 https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements 暫時 OS 磁片大小需求,以及位於 的 Linux VM https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements. 可能的值包括:'CacheDisk'

適用於