ArmDataBoxEdgeModelFactory.DataBoxEdgeMetricCounterSet Method

Definition

public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMetricCounterSet DataBoxEdgeMetricCounterSet(System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMetricCounter> counters = default);
static member DataBoxEdgeMetricCounterSet : seq<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMetricCounter> -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMetricCounterSet
Public Shared Function DataBoxEdgeMetricCounterSet (Optional counters As IEnumerable(Of DataBoxEdgeMetricCounter) = Nothing) As DataBoxEdgeMetricCounterSet

Parameters

counters
IEnumerable<DataBoxEdgeMetricCounter>

The counters that should be collected in this set.

Returns

A new DataBoxEdgeMetricCounterSet instance for mocking.

Applies to