AutoscaleSettingResource.GetPredictiveMetric メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
予測自動スケーリング メトリックの将来のデータを取得する
- 要求パス/サブスクリプション/{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
使用する取り消しトークン。
戻り値
例外
timespan
、metricNamespace
、metricName
、または aggregation
が null です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET