Share via


SiteConfigResource.FunctionsRuntimeScaleMonitoringEnabled Property

Definition

Gets or sets a value indicating whether functions runtime scale monitoring is enabled. When enabled, the ScaleController will not monitor event sources directly, but will instead call to the runtime to get scale status.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to