次の方法で共有


ThresholdRuleCondition.TimeAggregation プロパティ

定義

時間集計演算子を取得または設定します。 収集されるデータを時間の経過と同時に組み合わせる方法。 既定値は、メトリックの PrimaryAggregationType です。 使用可能な値は、'Average'、'Minimum'、'Maximum'、'Total'、'Last' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象