你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MetricConfiguration interface
Metric configuration.
Properties
counter |
Host name for the IoT hub associated to the device. |
mdm |
The MDM account to which the counters should be pushed. |
metric |
The MDM namespace to which the counters should be pushed. This is required if MDMAccount is specified |
resource |
The Resource ID on which the metrics should be pushed. |
Property Details
counterSets
Host name for the IoT hub associated to the device.
counterSets: MetricCounterSet[]
Property Value
mdmAccount
The MDM account to which the counters should be pushed.
mdmAccount?: string
Property Value
string
metricNameSpace
The MDM namespace to which the counters should be pushed. This is required if MDMAccount is specified
metricNameSpace?: string
Property Value
string
resourceId
The Resource ID on which the metrics should be pushed.
resourceId: string
Property Value
string