Table of Contents

Class ConcurrencyThrottleStatus

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

Constructors

ConcurrencyThrottleStatus()

public ConcurrencyThrottleStatus()

Properties

EnabledThrottles

public ICollection<string>? EnabledThrottles { get; set; }

Property Value

ICollection<string>

State

public ThrottleState State { get; set; }

Property Value

ThrottleState