WebHostingPlanGetHistoricalUsageMetricsParameters Properties

 

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

NameDescription
System_CAPS_pubpropertyEndTime

Optional. The ending time of the metrics to return. If this parameter is not specified, the current time is used.

System_CAPS_pubpropertyIncludeInstanceBreakdown

Optional. Flag which specifies if the metrics for each machine instance should be included. For sites that run on more than one machine this could be useful to identify a bad machine.

System_CAPS_pubpropertyMetricNames

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.

System_CAPS_pubpropertyStartTime

Optional. The starting time of the metrics to return. If this parameter is not specified, the beginning of the current hour is used.

System_CAPS_pubpropertyTimeGrain

Optional. The grain at which the metrics are returned. Supported values are PT1M (minute), PT1H (hour), P1D (day).

Return to top
Show: