ClusterLoadInformation.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 details of ClusterLoadInformation.
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Returns
A string representation of the ClusterLoadInformation.
Examples
LastBalancingStartTimeUtc : 11/9/2015 8:40:35 PM LastBalancingEndTimeUtc : 11/9/2015 8:40:35 PM LoadMetricInformation : LoadMetricName : Metric1 IsBalancedBefore : True IsBalancedAfter : True DeviationBefore : 2 DeviationAfter : 2 BalancingThreshold : 1 Action : NoActionNeeded ActivityThreshold : 3 ClusterCapacity : 100 ClusterLoad : 1 ClusterRemainingCapacity : 0 NodeBufferPercentage : 0 ClusterBufferedCapacity : 0 ClusterRemainingBufferedCapacity : 0 ClusterCapacityViolation : True MinNodeLoadValue : 0 MinNodeLoadNodeId : 1ca9521d70301383417536df0c96f671 MaxNodeLoadValue : 1 MaxNodeLoadNodeId : cf68563e16a44f808e86197a9cf83de5
Applies to
Azure SDK for .NET