次の方法で共有


SiteConfigData.IsFunctionsRuntimeScaleMonitoringEnabled プロパティ

定義

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

public bool? IsFunctionsRuntimeScaleMonitoringEnabled { get; set; }
member this.IsFunctionsRuntimeScaleMonitoringEnabled : Nullable<bool> with get, set
Public Property IsFunctionsRuntimeScaleMonitoringEnabled As Nullable(Of Boolean)

プロパティ値

適用対象