Share via


WebHostingPlanGetHistoricalUsageMetricsParameters Class

 

Parameters supplied to the Get Historical Usage Metrics Web hosting plan operation.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanGetHistoricalUsageMetricsParameters

Syntax

public class WebHostingPlanGetHistoricalUsageMetricsParameters
public ref class WebHostingPlanGetHistoricalUsageMetricsParameters 
type WebHostingPlanGetHistoricalUsageMetricsParameters = class end
Public Class WebHostingPlanGetHistoricalUsageMetricsParameters

Constructors

Name Description
System_CAPS_pubmethod WebHostingPlanGetHistoricalUsageMetricsParameters()

Initializes a new instance of the WebHostingPlanGetHistoricalUsageMetricsParameters class.

Properties

Name Description
System_CAPS_pubproperty EndTime

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

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty StartTime

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_pubproperty TimeGrain

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top