Class ResourceMetricModel
The resource metric model
public class ResourceMetricModel
- Inheritance
-
ResourceMetricModel
- Inherited Members
Properties
Limit
The limit of the metric
[JsonProperty("Limit", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double Limit { get; set; }
Property Value
TimeSeries
The time series of the metric
[JsonProperty("TimeSeries", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<TimeMetricElementModel> TimeSeries { get; set; }
Property Value
Value
The value of the metric
[JsonProperty("Value", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double Value { get; set; }