Class ScaleOptions
- Namespace
- Microsoft.Azure.WebJobs.Host.Scale
- Assembly
- Microsoft.Azure.WebJobs.Host.dll
public class ScaleOptions : IOptionsFormatter
- Inheritance
-
ScaleOptions
- Implements
-
- Inherited Members
-
Constructors
ScaleOptions()
Properties
IsRuntimeScalingEnabled
public bool IsRuntimeScalingEnabled { get; set; }
Property Value
- bool
IsTargetScalingEnabled
public bool IsTargetScalingEnabled { get; set; }
Property Value
- bool
MetricsPurgeEnabled
public bool MetricsPurgeEnabled { get; set; }
Property Value
- bool
ScaleMetricsMaxAge
public TimeSpan ScaleMetricsMaxAge { get; set; }
Property Value
- TimeSpan
ScaleMetricsSampleInterval
public TimeSpan ScaleMetricsSampleInterval { get; set; }
Property Value
- TimeSpan
Methods
Returns
- string