次の方法で共有


MetricTrigger.Statistic プロパティ

定義

メトリック統計の種類を取得または設定します。 複数のインスタンスのメトリックを結合する方法。 使用できる値は、'Average'、'Min'、'Max'、'Sum'、'Count' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象