Table of Contents

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()

public 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

Format()

public string Format()

Returns

string