Metric Configuration Args
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
The MDM account to which the counters should be pushed.
Link copied to clipboard
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.