共用方式為


MetricCounterSet Constructors

Definition

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.

Applies to