OperationMetricSpecificationDefinition Class
The definition of Azure Monitoring metric.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelOperationMetricSpecificationDefinition
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. |
display_name
|
Metric display name. |
display_description
|
Metric description. |
unit
|
Metric unit. |
aggregation_type
|
Metric aggregation type. |
internal_metric_name
|
Internal metric name. |
Variables
Name | Description |
---|---|
name
|
Metric name. |
display_name
|
Metric display name. |
display_description
|
Metric description. |
unit
|
Metric unit. |
aggregation_type
|
Metric aggregation type. |
internal_metric_name
|
Internal metric name. |
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