次の方法で共有


MetricDefinition.PrimaryAggregationType プロパティ

定義

表示に値を使用する方法を定義するプライマリ集計の種類の値を取得または設定します。 使用できる値は、'None'、'Average'、'Count'、'Minimum'、'Maximum'、'Total' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象