次の方法で共有


SiteConfig.FunctionsRuntimeScaleMonitoringEnabled プロパティ

定義

関数のランタイム スケール監視が有効かどうかを示す値を取得または設定します。 有効にすると、ScaleController はイベント ソースを直接監視しませんが、代わりに ランタイムを呼び出してスケールの状態を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="functionsRuntimeScaleMonitoringEnabled")]
public bool? FunctionsRuntimeScaleMonitoringEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="functionsRuntimeScaleMonitoringEnabled")>]
member this.FunctionsRuntimeScaleMonitoringEnabled : Nullable<bool> with get, set
Public Property FunctionsRuntimeScaleMonitoringEnabled As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象