次の方法で共有


AutoscaleSettingResource.GetPredictiveMetric メソッド

定義

予測自動スケーリング メトリックの将来のデータを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings/{autoscaleSettingName}/predictionMetrics
  • 操作IdPredictiveMetric_Get
public virtual Azure.Response<Azure.ResourceManager.Monitor.Models.AutoscaleSettingPredicativeResult> GetPredictiveMetric (string timespan, TimeSpan interval, string metricNamespace, string metricName, string aggregation, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPredictiveMetric : string * TimeSpan * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.Models.AutoscaleSettingPredicativeResult>
override this.GetPredictiveMetric : string * TimeSpan * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.Models.AutoscaleSettingPredicativeResult>
Public Overridable Function GetPredictiveMetric (timespan As String, interval As TimeSpan, metricNamespace As String, metricName As String, aggregation As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AutoscaleSettingPredicativeResult)

パラメーター

timespan
String

クエリの期間。 "startDateTime_ISO/endDateTime_ISO" という形式の文字列です。

interval
TimeSpan

クエリの間隔 (つまり、タイムグレイン)。

metricNamespace
String

メトリック定義のクエリを実行するメトリック名前空間。

metricName
String

取得するメトリックの名前 (コンマ区切り)。 特殊なケース: メトリック名自体にコンマが含まれる場合は、%2 を使用して指定します。 例: 'Metric,Name1' は 'Metric%2Name1' である必要があります。

aggregation
String

取得する集計の種類 (コンマ区切り) の一覧。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

timespanmetricNamespacemetricName、または aggregation が null です。

適用対象