MetricLoadDescription Class
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.
Specifies metric load information.
public sealed class MetricLoadDescription
type MetricLoadDescription = class
Public NotInheritable Class MetricLoadDescription
- Inheritance
-
MetricLoadDescription
Constructors
MetricLoadDescription(String, Nullable<Int64>, Nullable<Int64>) |
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. |
Properties
CurrentLoad |
The current value of the metric. |
MetricName |
The name of the metric. |
PredictedLoad |
The predicted value of the metric. |
Applies to
Azure SDK for .NET