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)
Syntax
public IList<MetricAvailability> MetricAvailabilities { get; set; }
public:
property IList<MetricAvailability^>^ MetricAvailabilities {
IList<MetricAvailability^>^ get();
void set(IList<MetricAvailability^>^ value);
}
member MetricAvailabilities : IList<MetricAvailability> with get, set
Public Property MetricAvailabilities As IList(Of MetricAvailability)
Property Value
Type: System.Collections.Generic.IList<MetricAvailability>
See Also
MetricDefinition Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace
Return to top