Table of Contents

Interface IScaleMonitorManager

Namespace
Microsoft.Azure.WebJobs.Host.Scale
Assembly
Microsoft.Azure.WebJobs.Host.dll
public interface IScaleMonitorManager

Methods

GetMonitors()

IEnumerable<IScaleMonitor> GetMonitors()

Returns

IEnumerable<IScaleMonitor>

Register(IScaleMonitor)

void Register(IScaleMonitor monitor)

Parameters

monitor IScaleMonitor