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.

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>

A collection of T:Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetHistoricalUsageMetricsResponse.HistoricalUsageMetric objects.

See Also

WebSiteGetHistoricalUsageMetricsResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top