Share via


HistoricalUsageMetricData Class

 

Historical metric snapshot data for the web site.

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

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod HistoricalUsageMetricData()

Initializes a new instance of the HistoricalUsageMetricData class.

Properties

Name Description
System_CAPS_pubproperty DisplayName

Optional. The display name of the metric, including spaces.

System_CAPS_pubproperty EndTime

Optional. The end time of the data reported.

System_CAPS_pubproperty Name

Optional. The name of the metric.

System_CAPS_pubproperty PrimaryAggregationType

Optional. The primary data aggregation type. This value is usually Total.

System_CAPS_pubproperty StartTime

Optional. The start time of the data reported.

System_CAPS_pubproperty TimeGrain

Optional. Length of time (rollup) during which the information was gathered. For more information, see Supported Rollups.

System_CAPS_pubproperty Unit

Optional. The unit of measurement for the metric (for example, milliseconds, bytes, or count).

System_CAPS_pubproperty Values

Optional. One or more MetricSample elements.

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