次の方法で共有


ClusterCreateParameters.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 です。 使用可能な値は、'dedicated'、'lowpriority' です。

適用対象