MetricConfigurationResponse

data class MetricConfigurationResponse(val counterSets: List<MetricCounterSetResponse>, val mdmAccount: String? = null, val metricNameSpace: String? = null, val resourceId: String)

Metric configuration.

Constructors

Link copied to clipboard
constructor(counterSets: List<MetricCounterSetResponse>, mdmAccount: String? = null, metricNameSpace: String? = null, resourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Host name for the IoT hub associated to the device.

Link copied to clipboard
val mdmAccount: String? = null

The MDM account to which the counters should be pushed.

Link copied to clipboard
val metricNameSpace: String? = null

The MDM namespace to which the counters should be pushed. This is required if MDMAccount is specified

Link copied to clipboard

The Resource ID on which the metrics should be pushed.