ResourceMetricDefinitionProperties Class
ResourceMetricDefinition resource specific properties.
Constructor
ResourceMetricDefinitionProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
unit
|
Unit of the metric. |
|
primary_aggregation_type
|
Primary aggregation type. |
|
metric_availabilities
|
List of time grains supported for the metric together with retention period. |
|
resource_uri
|
Resource URI. |
|
properties
|
Resource metric definition properties. |
Attributes
metric_availabilities
List of time grains supported for the metric together with retention period.
metric_availabilities: list['_models.ResourceMetricAvailability'] | None
primary_aggregation_type
Primary aggregation type.
primary_aggregation_type: str | None
properties
Resource metric definition properties.
properties: dict[str, str] | None
resource_uri
Resource URI.
resource_uri: str | None
unit
Unit of the metric.
unit: str | None