Udostępnij za pośrednictwem


ServiceLoadMetricDescription.Weight Property

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

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.

Namespace:   System.Fabric.Description
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

public ServiceLoadMetricWeight Weight { get; set; }

Property Value

Type: System.Fabric.Description.ServiceLoadMetricWeight

Returns ServiceLoadMetricWeight.

See Also

ServiceLoadMetricDescription Class
System.Fabric.Description Namespace

Return to top