OperationMetricSpecificationDefinition Class
The definition of Azure Monitoring metric.
Constructor
OperationMetricSpecificationDefinition(*, name: str | None = None, display_name: str | None = None, display_description: str | None = None, unit: str | None = None, aggregation_type: str | None = None, internal_metric_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Metric name. Default value: None
|
display_name
|
Metric display name. Default value: None
|
display_description
|
Metric description. Default value: None
|
unit
|
Metric unit. Default value: None
|
aggregation_type
|
Metric aggregation type. Default value: None
|
internal_metric_name
|
Internal metric name. Default value: None
|
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