次の方法で共有


MetricAggregationType 構造体

定義

MetricAggregationType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.MetricAggregationTypeConverter))]
public struct MetricAggregationType : IEquatable<Microsoft.Azure.Management.Media.Models.MetricAggregationType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.MetricAggregationTypeConverter))>]
type MetricAggregationType = struct
Public Structure MetricAggregationType
Implements IEquatable(Of MetricAggregationType)
継承
MetricAggregationType
属性
Newtonsoft.Json.JsonConverterAttribute
実装

フィールド

Average

平均。

Count

多数のアイテムの数 (通常は要求)。

Total

合計。

メソッド

Equals(MetricAggregationType)

MetricAggregationType 型の列挙型を比較します

Equals(Object)

MetricAggregationType の Equals 演算子をオーバーライドします

GetHashCode()

hashCode MetricAggregationType の戻り値

ToString()

MetricAggregationType の文字列表現を返します。

演算子

Equality(MetricAggregationType, MetricAggregationType)

Enum MetricAggregationType の == 演算子のオーバーライド

Implicit(MetricAggregationType to String)

MetricAggregationType を文字列に変換する暗黙的な演算子

Implicit(String to MetricAggregationType)

文字列を MetricAggregationType に変換する暗黙的な演算子

Inequality(MetricAggregationType, MetricAggregationType)

Enum MetricAggregationType の != 演算子のオーバーライド

適用対象