次の方法で共有


MetricTrigger.TimeAggregation プロパティ

定義

時間集計の種類を取得または設定します。 収集されたデータの経時的な結合方法。 既定値は Average です。 使用可能な値は、'Average'、'Minimum'、'Maximum'、'Total'、'Count'、'Last' です。

[Newtonsoft.Json.JsonProperty(PropertyName="timeAggregation")]
public Microsoft.Azure.Management.Monitor.Models.TimeAggregationType TimeAggregation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="timeAggregation")>]
member this.TimeAggregation : Microsoft.Azure.Management.Monitor.Models.TimeAggregationType with get, set
Public Property TimeAggregation As TimeAggregationType

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象