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)

public IList<string> MetricNames { get; set; }

Property Value

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

A comma-separated list of names.

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

Return to top
Show: