你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IotHubQuotaMetricInfo 类

定义

配额指标属性。

public class IotHubQuotaMetricInfo
type IotHubQuotaMetricInfo = class
Public Class IotHubQuotaMetricInfo
继承
IotHubQuotaMetricInfo

构造函数

IotHubQuotaMetricInfo()

初始化 IotHubQuotaMetricInfo 类的新实例。

IotHubQuotaMetricInfo(String, Nullable<Int64>, Nullable<Int64>)

初始化 IotHubQuotaMetricInfo 类的新实例。

属性

CurrentValue

获取配额指标的当前值。

MaxValue

获取配额指标的最大值。

Name

获取配额指标的名称。

适用于