Table of Contents

Class ScaleStatusContext

Namespace
Microsoft.Azure.WebJobs.Host.Scale
Assembly
Microsoft.Azure.WebJobs.Host.dll
public class ScaleStatusContext
Inheritance
ScaleStatusContext
Derived
Inherited Members

Constructors

ScaleStatusContext()

public ScaleStatusContext()

Properties

Metrics

public IEnumerable<ScaleMetrics> Metrics { get; set; }

Property Value

IEnumerable<ScaleMetrics>

WorkerCount

public int WorkerCount { get; set; }

Property Value

int