Dimension Class
Dimension of blobs, possibly be blob type or access tier.
- Inheritance
-
azure.mgmt.storage._serialization.ModelDimension
Constructor
Dimension(*, name: str | None = None, display_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Display name of dimension. |
display_name
|
Display name of dimension. |
Variables
Name | Description |
---|---|
name
|
Display name of dimension. |
display_name
|
Display name of dimension. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python