次の方法で共有


ManagedClusterAgentPoolProfileProperties.SpotMaxPrice プロパティ

定義

米国ドルで支払う最大価格を指定するために使用する spotMaxPrice を取得または設定します。 使用できる値は、既定の価格がオンデマンドであることを示す 0 または -1 より大きい任意の 10 進値です。

[Newtonsoft.Json.JsonProperty(PropertyName="spotMaxPrice")]
public double? SpotMaxPrice { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="spotMaxPrice")>]
member this.SpotMaxPrice : Nullable<double> with get, set
Public Property SpotMaxPrice As Nullable(Of Double)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象