WebHostingPlanGetHistoricalUsageMetricsParameters Class
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.
Parameters supplied to the Get Historical Usage Metrics Web hosting plan operation.
public class WebHostingPlanGetHistoricalUsageMetricsParameters
type WebHostingPlanGetHistoricalUsageMetricsParameters = class
Public Class WebHostingPlanGetHistoricalUsageMetricsParameters
- Inheritance
-
WebHostingPlanGetHistoricalUsageMetricsParameters
Constructors
WebHostingPlanGetHistoricalUsageMetricsParameters() |
Initializes a new instance of the WebHostingPlanGetHistoricalUsageMetricsParameters class. |
Properties
EndTime |
Optional. The ending time of the metrics to return. If this parameter is not specified, the current time is used. |
IncludeInstanceBreakdown |
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. |
MetricNames |
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. |
StartTime |
Optional. The starting time of the metrics to return. If this parameter is not specified, the beginning of the current hour is used. |
TimeGrain |
Optional. The grain at which the metrics are returned. Supported values are PT1M (minute), PT1H (hour), P1D (day). |
Applies to
Azure SDK for .NET