MetricDefinition::MetricAvailabilities Property

 

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

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

public:
property IList<MetricAvailability^>^ MetricAvailabilities {
	IList<MetricAvailability^>^ get();
	void set(IList<MetricAvailability^>^ value);
}
Return to top
Show: