MetricDefinition Class

 

Metric definition class specifies the metadata for a metric.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

System.Object
  Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models.MetricDefinition

type MetricDefinition = class end

NameDescription
System_CAPS_pubmethodMetricDefinition()

Initializes a new instance of the MetricDefinition class.

NameDescription
System_CAPS_pubpropertyDisplayName

Optional. Metric display name.

System_CAPS_pubpropertyIsAlertable

Optional. Specifies if the metric is alertable. Alerts can be defined on a metric only if this property is true.

System_CAPS_pubpropertyMetricAvailabilities

Optional. Metric availability specifies the time grain (aggregation interval) and the retention period for the metric in a timegrain.

System_CAPS_pubpropertyMinimumAlertableTimeWindow

Optional. Specifies the minimum alertable time window for the metric.

System_CAPS_pubpropertyName

Optional. Get the metric name.

System_CAPS_pubpropertyNamespace

Optional. Get the metric namespace.

System_CAPS_pubpropertyPrimaryAggregation

Optional. Metric primary aggregation specifies the default type for the metrics. This indicates if the metric is of type average, total, minimum or maximum.

System_CAPS_pubpropertyResourceIdSuffix

Optional. Metric resource id suffix specfies the sub-resource path within the the resource for the metric.

System_CAPS_pubpropertyUnit

Optional. The unit for the metric.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: