MetricDefinitionInner Class
Definition
Metadata for a metric.
[Microsoft.Rest.Serialization.JsonTransformation]
public class MetricDefinitionInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResource
type MetricDefinitionInner = class
inherit ProxyOnlyResource
Public Class MetricDefinitionInner
Inherits ProxyOnlyResource
- Inheritance
- Attributes
-
Microsoft.Rest.Serialization.JsonTransformationAttribute
Constructors
MetricDefinitionInner() |
Initializes a new instance of the MetricDefinitionInner class. |
MetricDefinitionInner(String, String, String, String, String, String, String, IList<MetricAvailabilily>, String) |
Properties
DisplayName |
Gets friendly name shown in the UI. |
Id | (Inherited from ProxyOnlyResource) |
Kind | (Inherited from ProxyOnlyResource) |
MetricAvailabilities |
Gets list of time grains supported for the metric together with retention period. |
MetricDefinitionName |
Gets name of the metric. |
Name | (Inherited from ProxyOnlyResource) |
PrimaryAggregationType |
Gets primary aggregation type. |
Type | (Inherited from ProxyOnlyResource) |
Unit |
Gets unit of the metric. |