次の方法で共有


ScaleSettings.FixedScale プロパティ

定義

プールの固定スケール設定を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="fixedScale")]
public Microsoft.Azure.Management.Batch.Models.FixedScaleSettings FixedScale { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fixedScale")>]
member this.FixedScale : Microsoft.Azure.Management.Batch.Models.FixedScaleSettings with get, set
Public Property FixedScale As FixedScaleSettings

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

このプロパティと autoScale は相互に排他的であり、いずれかのプロパティを指定する必要があります。

適用対象