Dimension Class
Dimension of the metric.
- Inheritance
-
azure.mgmt.network._serialization.ModelDimension
Constructor
Dimension(*, name: str | None = None, display_name: str | None = None, internal_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the dimension. |
display_name
|
The display name of the dimension. |
internal_name
|
The internal name of the dimension. |
Variables
Name | Description |
---|---|
name
|
The name of the dimension. |
display_name
|
The display name of the dimension. |
internal_name
|
The internal name of the 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