HistoricalUsageMetricData Class
Historical metric snapshot data for the web site.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
| Name | Description | |
|---|---|---|
![]() | HistoricalUsageMetricData() | Initializes a new instance of the HistoricalUsageMetricData class. |
| Name | Description | |
|---|---|---|
![]() | DisplayName | Optional. The display name of the metric, including spaces. |
![]() | EndTime | Optional. The end time of the data reported. |
![]() | Name | Optional. The name of the metric. |
![]() | PrimaryAggregationType | Optional. The primary data aggregation type. This value is usually Total. |
![]() | StartTime | Optional. The start time of the data reported. |
![]() | TimeGrain | Optional. Length of time (rollup) during which the information was gathered. For more information, see Supported Rollups. |
![]() | Unit | Optional. The unit of measurement for the metric (for example, milliseconds, bytes, or count). |
![]() | Values | Optional. One or more MetricSample elements. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


