DataBoxEdgeMetricConfiguration Constructor
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.
Initializes a new instance of DataBoxEdgeMetricConfiguration.
public DataBoxEdgeMetricConfiguration (Azure.Core.ResourceIdentifier resourceId, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMetricCounterSet> counterSets);
new Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMetricConfiguration : Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMetricCounterSet> -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMetricConfiguration
Public Sub New (resourceId As ResourceIdentifier, counterSets As IEnumerable(Of DataBoxEdgeMetricCounterSet))
Parameters
- resourceId
- ResourceIdentifier
The Resource ID on which the metrics should be pushed.
- counterSets
- IEnumerable<DataBoxEdgeMetricCounterSet>
Host name for the IoT hub associated to the device.
Exceptions
resourceId
or counterSets
is null.