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.
Constructor for MetricLoadDescription where at least one out of current and predicted load values should be specified. Predicted metric load values is currently a preview feature. It allows predicted load values to be reported and used at the Service Fabric side, but that feature is currently not enabled.
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
- String
Metric name
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.