次の方法で共有


MetricDefinition.PrimaryAggregationType プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="primaryAggregationType")]
public Microsoft.Azure.Management.Sql.Fluent.Models.PrimaryAggregationType PrimaryAggregationType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="primaryAggregationType")>]
member this.PrimaryAggregationType : Microsoft.Azure.Management.Sql.Fluent.Models.PrimaryAggregationType
Public ReadOnly Property PrimaryAggregationType As PrimaryAggregationType

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象