WebSiteGetHistoricalUsageMetricsResponse::UsageMetrics Property
Gets or sets a collection of T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsResponse.HistoricalUsageMetric objects that lists the historical metric snapshots for the web site.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public: property IList<HistoricalUsageMetric^>^ UsageMetrics { IList<HistoricalUsageMetric^>^ get(); void set(IList<HistoricalUsageMetric^>^ value); }
Property Value
Type: System.Collections.Generic::IList<HistoricalUsageMetric^>^A collection of T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsResponse.HistoricalUsageMetric objects.
Show: