ServiceLoadMetricDescription.Weight Property

Definition

Determines the metric weight relative to the other metrics that are configured for this service. During runtime, if two metrics end up in conflict, the Cluster Resource Manager prefers the metric with the higher weight.

public System.Fabric.Description.ServiceLoadMetricWeight Weight { get; set; }
member this.Weight : System.Fabric.Description.ServiceLoadMetricWeight with get, set
Public Property Weight As ServiceLoadMetricWeight

Property Value

Returns ServiceLoadMetricWeight.

Applies to