Table of Contents

Class ScaleMonitorDescriptor

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

Constructors

ScaleMonitorDescriptor(string)

[Obsolete("This constructor is obsolete. Use the version that takes function id instead.")]
public ScaleMonitorDescriptor(string id)

Parameters

id string

ScaleMonitorDescriptor(string, string)

public ScaleMonitorDescriptor(string id, string functionId)

Parameters

id string
functionId string

Properties

FunctionId

public string FunctionId { get; }

Property Value

string

Id

public string Id { get; }

Property Value

string