MetricDefinition Class
A database metric definition.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelMetricDefinition
Constructor
MetricDefinition(**kwargs)
Variables
Name | Description |
---|---|
name
|
The name information for the metric. |
primary_aggregation_type
|
The primary aggregation type defining how metric values are displayed. Possible values include: "None", "Average", "Count", "Minimum", "Maximum", "Total". |
resource_uri
|
The resource uri of the database. |
unit
|
The unit of the metric. Possible values include: "Count", "Bytes", "Seconds", "Percent", "CountPerSecond", "BytesPerSecond". |
metric_availabilities
|
The list of database metric availabilities for the metric. |
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