MetricAvailability Class

 

Metric availability specifies the time grain (aggregation interval) and the retention period for that timegrain.

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.MetricAvailability

type MetricAvailability = class end

NameDescription
System_CAPS_pubmethodMetricAvailability()

Initializes a new instance of the MetricAvailability class.

NameDescription
System_CAPS_pubpropertyRetention

Optional. The retention period for the metric at the specified timegrain.

System_CAPS_pubpropertyTimeGrain

Optional. The time grain specifies the aggregation interval 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: