ServiceLoadMetricWeight Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the weight of a metric.
public enum ServiceLoadMetricWeight
type ServiceLoadMetricWeight =
Public Enum ServiceLoadMetricWeight
- Inheritance
-
ServiceLoadMetricWeight
Fields
Name | Value | Description |
---|---|---|
Zero | 0 | Specifies the metric weight of the service load as Zero. Disable Service Fabric Load Balancing for this metric. Note that metrics that are not balanced during runtime can still be used to control capacity on nodes and can still be reported via ReportLoad(IEnumerable<LoadMetric>). |
Low | 1 | Specifies the metric weight of the service load as Low. |
Medium | 2 | Specifies the metric weight of the service load as Medium. |
High | 3 | Specifies the metric weight of the service load as High. |
Applies to
Azure SDK for .NET