共用方式為


IotHubQuotaMetricInfo interface

配額計量屬性。

屬性

currentValue

配額計量的目前值。 注意:這個屬性不會串行化。 它只能由伺服器填入。

maxValue

配額計量的最大值。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name

配額計量的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

currentValue

配額計量的目前值。 注意:這個屬性不會串行化。 它只能由伺服器填入。

currentValue?: number

屬性值

number

maxValue

配額計量的最大值。 注意:這個屬性不會串行化。 它只能由伺服器填入。

maxValue?: number

屬性值

number

name

配額計量的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string