次の方法で共有


AgentPoolInner.ScaleSetPriority プロパティ

定義

仮想マシン スケール セットの優先度を指定するために使用する scaleSetPriority を取得または設定します。 既定値は標準です。 使用可能な値は次のとおりです: 'Spot'、'Regular'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.scaleSetPriority")]
public Microsoft.Azure.Management.ContainerService.Fluent.Models.ScaleSetPriority ScaleSetPriority { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.scaleSetPriority")>]
member this.ScaleSetPriority : Microsoft.Azure.Management.ContainerService.Fluent.Models.ScaleSetPriority with get, set
Public Property ScaleSetPriority As ScaleSetPriority

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象