WebHostingPlanGetHistoricalUsageMetricsParameters.MetricNames Property

 

Optional. Specifies a comma-separated list of the names of the metrics to return. If the names parameter is not specified, then all available metrics are returned.

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>

See Also

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

Return to top