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 및 Linux VM에 https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements 대한 임시 OS 디스크 크기 요구 사항을 참조하세요. https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements. 가능한 값은 'CacheDisk'입니다.

적용 대상