LoadMetricInformation.ToString Method
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.
Pretty print out each field of LoadMetricInformation.
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Returns
A string representing the load metric information.
Examples
LoadMetricName : Metric1 IsBalancedBefore : True IsBalancedAfter : True DeviationBefore : 2 DeviationAfter : 2 BalancingThreshold : 1 Action : NoActionNeeded ActivityThreshold : 3 ClusterCapacity : 100 CurrentClusterLoad : 1.0 ClusterCapacityRemaining : 0.0 NodeBufferPercentage : 0 ClusterBufferedCapacity : 0 BufferedClusterCapacityRemaining : 0.0 ClusterCapacityViolation : True MaximumNodeLoad : 1.0 MinNodeLoadNodeId : 1ca9521d70301383417536df0c96f671 MinimumNodeLoad : 0.0 MaxNodeLoadNodeId : cf68563e16a44f808e86197a9cf83de5 PlannedLoadRemoval : 0.0
Applies to
Azure SDK for .NET