Class Dimension
java.lang.Object
com.microsoft.azure.management.network.Dimension
Dimension of the metric.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the display name of the dimension.Get the internal name of the dimension.name()
Get the name of the dimension.withDisplayName
(String displayName) Set the display name of the dimension.withInternalName
(String internalName) Set the internal name of the dimension.Set the name of the dimension.
-
Constructor Details
-
Dimension
public Dimension()
-
-
Method Details
-
name
Get the name of the dimension.- Returns:
- the name value
-
withName
Set the name of the dimension.- Parameters:
name
- the name value to set- Returns:
- the Dimension object itself.
-
displayName
Get the display name of the dimension.- Returns:
- the displayName value
-
withDisplayName
Set the display name of the dimension.- Parameters:
displayName
- the displayName value to set- Returns:
- the Dimension object itself.
-
internalName
Get the internal name of the dimension.- Returns:
- the internalName value
-
withInternalName
Set the internal name of the dimension.- Parameters:
internalName
- the internalName value to set- Returns:
- the Dimension object itself.
-