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)

System::Object
  Microsoft.WindowsAzure.Management.WebSites.Models::HistoricalUsageMetricData

public ref class HistoricalUsageMetricData 

NameDescription
System_CAPS_pubmethodHistoricalUsageMetricData()

Initializes a new instance of the HistoricalUsageMetricData class.

NameDescription
System_CAPS_pubpropertyDisplayName

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

System_CAPS_pubpropertyEndTime

Optional. The end time of the data reported.

System_CAPS_pubpropertyName

Optional. The name of the metric.

System_CAPS_pubpropertyPrimaryAggregationType

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

System_CAPS_pubpropertyStartTime

Optional. The start time of the data reported.

System_CAPS_pubpropertyTimeGrain

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

System_CAPS_pubpropertyUnit

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

System_CAPS_pubpropertyValues

Optional. One or more MetricSample elements.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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

Return to top
Show: