Table of Contents

Class HostProcessStatus

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

Constructors

HostProcessStatus()

public HostProcessStatus()

Properties

ExceededLimits

public ICollection<string> ExceededLimits { get; set; }

Property Value

ICollection<string>

State

public HostHealthState State { get; set; }

Property Value

HostHealthState