ArmDataBoxEdgeModelFactory.DataBoxEdgeMetricDimension(String, String) 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.DataBoxEdgeMetricDimension DataBoxEdgeMetricDimension(string sourceType = default, string sourceName = default);
static member DataBoxEdgeMetricDimension : string * string -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMetricDimension
Public Shared Function DataBoxEdgeMetricDimension (Optional sourceType As String = Nothing, Optional sourceName As String = Nothing) As DataBoxEdgeMetricDimension
Parameters
- sourceType
- String
The dimension type.
- sourceName
- String
The dimension value.
Returns
A new DataBoxEdgeMetricDimension instance for mocking.