다음을 통해 공유


VirtualMachineConfiguration.NodePlacementConfiguration 속성

정의

풀에 대한 노드 배치 구성을 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

이 구성은 풀의 노드를 물리적으로 할당하는 방법에 대한 규칙을 지정합니다.

적용 대상