ArmMonitorModelFactory.MonitorMetricValue Method
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.
Initializes a new instance of MonitorMetricValue.
public static Azure.ResourceManager.Monitor.Models.MonitorMetricValue MonitorMetricValue(DateTimeOffset timeStamp = default, double? average = default, double? minimum = default, double? maximum = default, double? total = default, double? count = default);
static member MonitorMetricValue : DateTimeOffset * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<double> -> Azure.ResourceManager.Monitor.Models.MonitorMetricValue
Public Shared Function MonitorMetricValue (Optional timeStamp As DateTimeOffset = Nothing, Optional average As Nullable(Of Double) = Nothing, Optional minimum As Nullable(Of Double) = Nothing, Optional maximum As Nullable(Of Double) = Nothing, Optional total As Nullable(Of Double) = Nothing, Optional count As Nullable(Of Double) = Nothing) As MonitorMetricValue
Parameters
- timeStamp
- DateTimeOffset
the timestamp for the metric value in ISO 8601 format.
the number of samples in the time range. Can be used to determine the number of values that contributed to the average value.
Returns
A new MonitorMetricValue instance for mocking.