MetricDimensionV1 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
MetricDimensionV1() |
Initializes a new instance of the MetricDimensionV1 class. |
MetricDimensionV1(String, String, Nullable<Boolean>) |
Initializes a new instance of the MetricDimensionV1 class. |
MetricDimensionV1()
Initializes a new instance of the MetricDimensionV1 class.
public MetricDimensionV1 ();
Public Sub New ()
Applies to
MetricDimensionV1(String, String, Nullable<Boolean>)
Initializes a new instance of the MetricDimensionV1 class.
public MetricDimensionV1 (string name = default, string displayName = default, bool? toBeExportedForShoebox = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.MetricDimensionV1 : string * string * Nullable<bool> -> Microsoft.Azure.Management.DataBoxEdge.Models.MetricDimensionV1
Public Sub New (Optional name As String = Nothing, Optional displayName As String = Nothing, Optional toBeExportedForShoebox As Nullable(Of Boolean) = Nothing)
Parameters
- name
- String
Name of the metrics dimension.
- displayName
- String
Display name of the metrics dimension.