다음을 통해 공유


Cluster.VmPriority 속성

정의

VM 우선 순위를 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

클러스터 노드의 VM 우선 순위입니다. 가능한 값은 'dedicated', 'lowpriority'입니다.

적용 대상