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.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET