你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AgentPoolInner.SpotMaxPrice 属性

定义

获取或设置 spotMaxPrice,用于指定愿意以美元支付的最高价格。 可能的值是大于零或 -1 的任何十进制值,指示默认价格是按需的。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于