Class Dimension

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

public class Dimension extends Object
Dimension of blobs, possibly be blob type or access tier.
  • Constructor Details

    • Dimension

      public Dimension()
  • Method Details

    • name

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

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

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

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