Dimension Class
Dimension of a resource metric. For e.g. instance specific HTTP requests for a web app, where instance name is dimension of the metric HTTP request.
- Inheritance
-
azure.mgmt.web._serialization.ModelDimension
Constructor
Dimension(*, name: str | None = None, display_name: str | None = None, internal_name: str | None = None, to_be_exported_for_shoebox: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
|
display_name
|
|
internal_name
|
|
to_be_exported_for_shoebox
|
|
Variables
Name | Description |
---|---|
name
|
|
display_name
|
|
internal_name
|
|
to_be_exported_for_shoebox
|
|
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