Share via


Dimension Constructors

Definition

Overloads

Dimension()

Initializes a new instance of the Dimension class.

Dimension(String, String, String, Nullable<Boolean>)

Initializes a new instance of the Dimension class.

Dimension()

Initializes a new instance of the Dimension class.

public Dimension ();
Public Sub New ()

Applies to

Dimension(String, String, String, Nullable<Boolean>)

Initializes a new instance of the Dimension class.

public Dimension (string name = default, string displayName = default, string internalName = default, bool? toBeExportedForShoebox = default);
new Microsoft.Azure.Management.HDInsight.Models.Dimension : string * string * string * Nullable<bool> -> Microsoft.Azure.Management.HDInsight.Models.Dimension
Public Sub New (Optional name As String = Nothing, Optional displayName As String = Nothing, Optional internalName As String = Nothing, Optional toBeExportedForShoebox As Nullable(Of Boolean) = Nothing)

Parameters

name
String

The name of the dimension.

displayName
String

The display name of the dimension.

internalName
String

The display name of the dimension.

toBeExportedForShoebox
Nullable<Boolean>

The flag indicates whether the metric will be exported for shoebox or not.

Applies to