Class Dimension
java.lang.Object
com.azure.resourcemanager.storage.models.Dimension
Dimension of blobs, possibly be blob type or access tier.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the displayName property: Display name of dimension.name()Get the name property: Display name of dimension.voidvalidate()Validates the instance.withDisplayName(String displayName) Set the displayName property: Display name of dimension.Set the name property: Display name of dimension.
-
Constructor Details
-
Dimension
public Dimension()
-
-
Method Details
-
name
Get the name property: Display name of dimension.- Returns:
- the name value.
-
withName
Set the name property: Display name of dimension.- Parameters:
name- the name value to set.- Returns:
- the Dimension object itself.
-
displayName
Get the displayName property: Display name of dimension.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: Display name of dimension.- Parameters:
displayName- the displayName value to set.- Returns:
- the Dimension object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-