ArmMonitorModelFactory.PredictiveValue(DateTimeOffset, Double) 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 PredictiveValue.
public static Azure.ResourceManager.Monitor.Models.PredictiveValue PredictiveValue(DateTimeOffset timeStamp = default, double value = 0);
static member PredictiveValue : DateTimeOffset * double -> Azure.ResourceManager.Monitor.Models.PredictiveValue
Public Shared Function PredictiveValue (Optional timeStamp As DateTimeOffset = Nothing, Optional value As Double = 0) As PredictiveValue
Parameters
- timeStamp
- DateTimeOffset
the timestamp for the metric value in ISO 8601 format.
- value
- Double
Predictive value in this time bucket.
Returns
A new PredictiveValue instance for mocking.