Share via


MetricValue.Average Property

 

Optional. Specifies the average value in the time interval.

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

Syntax

public Nullable<double> Average { get; set; }
public:
property Nullable<double> Average {
    Nullable<double> get();
    void set(Nullable<double> value);
}
member Average : Nullable<float> with get, set
Public Property Average As Nullable(Of Double)

Property Value

Type: System.Nullable<Double>

See Also

MetricValue Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace

Return to top