你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MetricAggregationType 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 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) |
重写枚举 MetricAggregationType 的 == 运算符 |
Implicit(MetricAggregationType to String) |
用于将 MetricAggregationType 转换为字符串的隐式运算符 |
Implicit(String to MetricAggregationType) |
用于将字符串转换为 MetricAggregationType 的隐式运算符 |
Inequality(MetricAggregationType, MetricAggregationType) |
重写 enum MetricAggregationType 的 != 运算符 |