次の方法で共有


ArmMonitorModelFactory.PredictiveValue(DateTimeOffset, Double) メソッド

定義

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

パラメーター

timeStamp
DateTimeOffset

ISO 8601 形式のメトリック値のタイムスタンプ。

value
Double

このタイム バケットの予測値。

戻り値

モック作成用の新しい PredictiveValue インスタンス。

適用対象