MetricConfigurationArgs

data class MetricConfigurationArgs(val counterSets: Output<List<MetricCounterSetArgs>>, val mdmAccount: Output<String>? = null, val metricNameSpace: Output<String>? = null, val resourceId: Output<String>) : ConvertibleToJava<MetricConfigurationArgs>

Metric configuration.

Constructors

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

Properties

Link copied to clipboard

Host name for the IoT hub associated to the device.

Link copied to clipboard
val mdmAccount: Output<String>? = null

The MDM account to which the counters should be pushed.

Link copied to clipboard
val metricNameSpace: Output<String>? = null

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

Link copied to clipboard
val resourceId: Output<String>

The Resource ID on which the metrics should be pushed.

Functions

Link copied to clipboard
open override fun toJava(): MetricConfigurationArgs