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)

public:
property Nullable<double> Average {
	Nullable<double> get();
	void set(Nullable<double> value);
}

Property Value

Type: System::Nullable<Double>
Return to top
Show: