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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python