ArmDataBoxEdgeModelFactory.DataBoxEdgeMetricCounter Method
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.
public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMetricCounter DataBoxEdgeMetricCounter(string name = default, string instance = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMetricDimension> dimensionFilter = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMetricDimension> additionalDimensions = default);
static member DataBoxEdgeMetricCounter : string * string * seq<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMetricDimension> * seq<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMetricDimension> -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMetricCounter
Public Shared Function DataBoxEdgeMetricCounter (Optional name As String = Nothing, Optional instance As String = Nothing, Optional dimensionFilter As IEnumerable(Of DataBoxEdgeMetricDimension) = Nothing, Optional additionalDimensions As IEnumerable(Of DataBoxEdgeMetricDimension) = Nothing) As DataBoxEdgeMetricCounter
Parameters
- name
- String
The counter name.
- instance
- String
The instance from which counter should be collected.
- dimensionFilter
- IEnumerable<DataBoxEdgeMetricDimension>
The dimension filter.
- additionalDimensions
- IEnumerable<DataBoxEdgeMetricDimension>
The additional dimensions to be added to metric.
Returns
A new DataBoxEdgeMetricCounter instance for mocking.