Megosztás a következőn keresztül:


DataBoxEdgeMetricConfiguration Constructor

Definition

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.

Applies to