ServiceLoadMetricDescription.Weight Property
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET