MetricConfiguration Class

Definition

Metric configuration.

public class MetricConfiguration
type MetricConfiguration = class
Public Class MetricConfiguration
Inheritance
MetricConfiguration

Constructors

MetricConfiguration()

Initializes a new instance of the MetricConfiguration class.

MetricConfiguration(String, IList<MetricCounterSet>, String, String)

Initializes a new instance of the MetricConfiguration class.

Properties

CounterSets

Gets or sets host name for the IoT hub associated to the device.

MdmAccount

Gets or sets the MDM account to which the counters should be pushed.

MetricNameSpace

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

ResourceId

Gets or sets the Resource ID on which the metrics should be pushed.

Methods

Validate()

Validate the object.

Applies to