次の方法で共有


ArmMonitorModelFactory.AutoscaleSettingPredicativeResult メソッド

定義

AutoscaleSettingPredicativeResult の新しいインスタンスを初期化します。

public static Azure.ResourceManager.Monitor.Models.AutoscaleSettingPredicativeResult AutoscaleSettingPredicativeResult (string timespan = default, TimeSpan? interval = default, string metricName = default, Azure.Core.ResourceIdentifier targetResourceId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Monitor.Models.PredictiveValue> data = default);
static member AutoscaleSettingPredicativeResult : string * Nullable<TimeSpan> * string * Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.Monitor.Models.PredictiveValue> -> Azure.ResourceManager.Monitor.Models.AutoscaleSettingPredicativeResult
Public Shared Function AutoscaleSettingPredicativeResult (Optional timespan As String = Nothing, Optional interval As Nullable(Of TimeSpan) = Nothing, Optional metricName As String = Nothing, Optional targetResourceId As ResourceIdentifier = Nothing, Optional data As IEnumerable(Of PredictiveValue) = Nothing) As AutoscaleSettingPredicativeResult

パラメーター

timespan
String

データが取得された期間。 その値は、'/' で区切られた 2 つの datetimes で構成されます。 これは将来調整され、最初に要求されたものから返される可能性があります。

interval
Nullable<TimeSpan>

メトリック データが返された間隔 (ウィンドウ サイズ)。 これは将来調整され、最初に要求されたものから返される可能性があります。 メタデータ要求が行われた場合、これは存在しません。

metricName
String

クエリ対象のメトリック。

targetResourceId
ResourceIdentifier

予測メトリックのリソース。

data
IEnumerable<PredictiveValue>

コレクションの値。

戻り値

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

適用対象