Class Dimension

java.lang.Object
com.microsoft.azure.management.network.Dimension

public class Dimension extends Object
Dimension of the metric.
  • Constructor Details

    • Dimension

      public Dimension()
  • Method Details

    • name

      public String name()
      Get the name of the dimension.
      Returns:
      the name value
    • withName

      public Dimension withName(String name)
      Set the name of the dimension.
      Parameters:
      name - the name value to set
      Returns:
      the Dimension object itself.
    • displayName

      public String displayName()
      Get the display name of the dimension.
      Returns:
      the displayName value
    • withDisplayName

      public Dimension withDisplayName(String displayName)
      Set the display name of the dimension.
      Parameters:
      displayName - the displayName value to set
      Returns:
      the Dimension object itself.
    • internalName

      public String internalName()
      Get the internal name of the dimension.
      Returns:
      the internalName value
    • withInternalName

      public Dimension withInternalName(String internalName)
      Set the internal name of the dimension.
      Parameters:
      internalName - the internalName value to set
      Returns:
      the Dimension object itself.