Freigeben über


HistoricalUsageMetricData.Values Property

 

Optional. One or more MetricSample elements.

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

Syntax

public IList<HistoricalUsageMetricSample> Values { get; set; }
public:
property IList<HistoricalUsageMetricSample^>^ Values {
    IList<HistoricalUsageMetricSample^>^ get();
    void set(IList<HistoricalUsageMetricSample^>^ value);
}
member Values : IList<HistoricalUsageMetricSample> with get, set
Public Property Values As IList(Of HistoricalUsageMetricSample)

Property Value

Type: System.Collections.Generic.IList<HistoricalUsageMetricSample>

See Also

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

Return to top