Share via


WebSiteGetHistoricalUsageMetricsParameters.MetricNames Property

 

Gets or sets a comma-separated list of the names of the metrics to return.

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

Syntax

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

Property Value

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

A comma-separated list of names.

Remarks

If the names parameter is not specified, then all available metrics are returned.

See Also

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

Return to top