次の方法で共有


Metrics.PrimaryAggregation プロパティ

定義

メトリック集計の種類を取得または設定します。 使用可能な値には、'Average'、'Last'、'Maximum'、'Minimum'、'None'、'Total' などがあります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象