MetricConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET