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