Class Dimension
java.lang.Object
com.microsoft.azure.management.network.Dimension
Dimension of the metric.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
Dimensionpublic Dimension()
 
- 
- 
Method Details- 
nameGet the name of the dimension.- Returns:
- the name value
 
- 
withNameSet the name of the dimension.- Parameters:
- name- the name value to set
- Returns:
- the Dimension object itself.
 
- 
displayNameGet the display name of the dimension.- Returns:
- the displayName value
 
- 
withDisplayNameSet the display name of the dimension.- Parameters:
- displayName- the displayName value to set
- Returns:
- the Dimension object itself.
 
- 
internalNameGet the internal name of the dimension.- Returns:
- the internalName value
 
- 
withInternalNameSet the internal name of the dimension.- Parameters:
- internalName- the internalName value to set
- Returns:
- the Dimension object itself.
 
 
-