MetricDefinition.MetricAvailabilities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. Metric availability specifies the time grain (aggregation interval) and the retention period for the metric in a timegrain.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models.MetricAvailability> MetricAvailabilities { get; set; }
member this.MetricAvailabilities : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models.MetricAvailability> with get, set
Public Property MetricAvailabilities As IList(Of MetricAvailability)