WebSiteGetUsageMetricsResponse.UsageMetrics Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. The usage metrics for the web site.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetric> UsageMetrics { get; set; }
member this.UsageMetrics : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetUsageMetricsResponse.UsageMetric> with get, set
Public Property UsageMetrics As IList(Of WebSiteGetUsageMetricsResponse.UsageMetric)