HistoricalUsageMetricSample Class

 

Historical metric snapshot data sample.

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

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

type HistoricalUsageMetricSample = class end

NameDescription
System_CAPS_pubmethodHistoricalUsageMetricSample()

Initializes a new instance of the HistoricalUsageMetricSample class.

NameDescription
System_CAPS_pubpropertyCount

Optional. The metric sample count. This value is usually 1.

System_CAPS_pubpropertyInstanceName

Optional. Name of the instance for which the metric applies. If empty the metric is aggregated on all instances.

System_CAPS_pubpropertyMaximum

Optional. Maximum value recorded.

System_CAPS_pubpropertyMinimum

Optional. Minimum value recorded.

System_CAPS_pubpropertyTimeCreated

Optional. Time the metric was taken.

System_CAPS_pubpropertyTotal

Optional. Value of the metric sample for the time taken.

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: