NodeLoadInformation.NodeLoadMetricInformationList 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.
Gets the list that contains metrics and their load information on a node.
public System.Collections.Generic.IList<System.Fabric.Query.NodeLoadMetricInformation> NodeLoadMetricInformationList { get; }
member this.NodeLoadMetricInformationList : System.Collections.Generic.IList<System.Fabric.Query.NodeLoadMetricInformation>
Public ReadOnly Property NodeLoadMetricInformationList As IList(Of NodeLoadMetricInformation)
Property Value
The list that contains metrics and their load information on a node.