Class Dimension
java.lang.Object
com.microsoft.azure.management.storage.Dimension
Dimension of blobs, possibly be blob type or access tier.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet display name of dimension.name()
Get display name of dimension.withDisplayName
(String displayName) Set display name of dimension.Set display name of dimension.
-
Constructor Details
-
Dimension
public Dimension()
-
-
Method Details
-
name
Get display name of dimension.- Returns:
- the name value
-
withName
Set display name of dimension.- Parameters:
name
- the name value to set- Returns:
- the Dimension object itself.
-
displayName
Get display name of dimension.- Returns:
- the displayName value
-
withDisplayName
Set display name of dimension.- Parameters:
displayName
- the displayName value to set- Returns:
- the Dimension object itself.
-