MetricLoadDescription Constructor
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.
public MetricLoadDescription(string metricName, long? currentLoad = default, long? predictedLoad = default);
new System.Fabric.Description.MetricLoadDescription : string * Nullable<int64> * Nullable<int64> -> System.Fabric.Description.MetricLoadDescription
Public Sub New (metricName As String, Optional currentLoad As Nullable(Of Long) = Nothing, Optional predictedLoad As Nullable(Of Long) = Nothing)
Parameters
- metricName
- System.String
- currentLoad
- System.Nullable<System.Int64>
- predictedLoad
- System.Nullable<System.Int64>