Share via


SiteConfig.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.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)]
public bool? FunctionsRuntimeScaleMonitoringEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)>]
member this.FunctionsRuntimeScaleMonitoringEnabled : Nullable<bool> with get, set
Public Property FunctionsRuntimeScaleMonitoringEnabled As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to