WebHostingPlanGetHistoricalUsageMetricsResponse::UsageMetrics Property

 

Optional. Historical metric snapshots for the web site.

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

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