Share via


WebSiteGetHistoricalUsageMetricsResponse.UsageMetrics Property

Gets or sets a collection of 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)

Usage

'Usage
Dim instance As WebSiteGetHistoricalUsageMetricsResponse
Dim value As IList(Of HistoricalUsageMetric)

value = instance.UsageMetrics

instance.UsageMetrics = value

Syntax

'Declaration
Public Property UsageMetrics As IList(Of HistoricalUsageMetric)
public IList<HistoricalUsageMetric> UsageMetrics { get; set; }
public:
property IList<HistoricalUsageMetric^>^ UsageMetrics {
    IList<HistoricalUsageMetric^>^ get ();
    void set (IList<HistoricalUsageMetric^>^ value);
}
/** @property */
public IList<HistoricalUsageMetric> get_UsageMetrics ()

/** @property */
public void set_UsageMetrics (IList<HistoricalUsageMetric> value)
public function get UsageMetrics () : IList<HistoricalUsageMetric>

public function set UsageMetrics (value : IList<HistoricalUsageMetric>)

Property Value

A collection of HistoricalUsageMetric objects.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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