MetricCounterSet Constructors
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.
Overloads
MetricCounterSet() |
Initializes a new instance of the MetricCounterSet class. |
MetricCounterSet(IList<MetricCounter>) |
Initializes a new instance of the MetricCounterSet class. |
MetricCounterSet()
Initializes a new instance of the MetricCounterSet class.
public MetricCounterSet ();
Public Sub New ()
Applies to
MetricCounterSet(IList<MetricCounter>)
Initializes a new instance of the MetricCounterSet class.
public MetricCounterSet (System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.MetricCounter> counters);
new Microsoft.Azure.Management.DataBoxEdge.Models.MetricCounterSet : System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.MetricCounter> -> Microsoft.Azure.Management.DataBoxEdge.Models.MetricCounterSet
Public Sub New (counters As IList(Of MetricCounter))
Parameters
- counters
- IList<MetricCounter>
The counters that should be collected in this set.