OperationMetricDimension Class
Defines the metric dimension.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelOperationMetricDimension
Constructor
OperationMetricDimension(*, name: str | None = None, display_name: str | None = None, to_be_exported_for_shoebox: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the dimension for the metric. |
display_name
|
The display name of the metric dimension. |
to_be_exported_for_shoebox
|
Whether the dimension should be exported to Azure Monitor. |
Variables
Name | Description |
---|---|
name
|
The name of the dimension for the metric. |
display_name
|
The display name of the metric dimension. |
to_be_exported_for_shoebox
|
Whether the dimension should be exported to Azure Monitor. |
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