Class AggregateScaleStatus
- Namespace
- Microsoft.Azure.WebJobs.Host.Scale
- Assembly
- Microsoft.Azure.WebJobs.Host.dll
public class AggregateScaleStatus
- Inheritance
-
AggregateScaleStatus
- Inherited Members
-
Constructors
AggregateScaleStatus()
public AggregateScaleStatus()
Properties
FunctionScaleStatuses
public IDictionary<string, ScaleStatus> FunctionScaleStatuses { get; set; }
Property Value
- IDictionary<string, ScaleStatus>
FunctionTargetScalerResults
public IDictionary<string, TargetScalerResult> FunctionTargetScalerResults { get; set; }
Property Value
- IDictionary<string, TargetScalerResult>
TargetWorkerCount
public int? TargetWorkerCount { get; set; }
Property Value
- int?
Vote
public ScaleVote Vote { get; set; }
Property Value
- ScaleVote