次の方法で共有


SiteConfig.FunctionAppScaleLimit プロパティ

定義

サイトがスケールアウトできるワーカーの最大数を取得または設定します。 この設定は、従量課金プランと Elastic Premium プランにのみ適用されます

[Newtonsoft.Json.JsonProperty(PropertyName="functionAppScaleLimit")]
public int? FunctionAppScaleLimit { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="functionAppScaleLimit")>]
member this.FunctionAppScaleLimit : Nullable<int> with get, set
Public Property FunctionAppScaleLimit As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象