MetricSpecification Class
A metric emitted by service.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.media._serialization.ModelMetricSpecification
Constructor
MetricSpecification(*, supported_aggregation_types: List[str] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
supported_aggregation_types
|
Supported aggregation types. |
Variables
Name | Description |
---|---|
name
|
The metric name. |
display_name
|
The metric display name. |
display_description
|
The metric display description. |
unit
|
str or
MetricUnit
The metric unit. Known values are: "Bytes", "Count", and "Milliseconds". |
aggregation_type
|
The metric aggregation type. Known values are: "Average", "Count", and "Total". |
lock_aggregation_type
|
The metric lock aggregation type. Known values are: "Average", "Count", and "Total". |
supported_aggregation_types
|
Supported aggregation types. |
dimensions
|
The metric dimensions. |
enable_regional_mdm_account
|
Indicates whether regional MDM account is enabled. |
source_mdm_account
|
The source MDM account. |
source_mdm_namespace
|
The source MDM namespace. |
supported_time_grain_types
|
The supported time grain types. |
Azure SDK for Python