WebSiteGetUsageMetricsResponse.UsageMetric Class

 

Represents a usage metric.

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.WebSiteGetUsageMetricsResponse.UsageMetric

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod WebSiteGetUsageMetricsResponse.UsageMetric()

Initializes a new instance of the WebSiteGetUsageMetricsResponse.UsageMetric class.

Properties

Name Description
System_CAPS_pubproperty ComputeMode

Gets or sets a WebSiteComputeMode value that specifies the compute mode of the website.

System_CAPS_pubproperty CurrentValue

Gets or sets the current value of the metric, based on the value of the Unit property.

System_CAPS_pubproperty DisplayName

Gets or sets the display name of the metric.

System_CAPS_pubproperty Limit

Gets or sets the maximum point that the metric can reach.

System_CAPS_pubproperty Name

Gets or sets the name of the metric.

System_CAPS_pubproperty NextResetTime

Gets or sets the time at which the metric will be reset.

System_CAPS_pubproperty ResourceName

Gets or sets the name of the resource that is being measured.

System_CAPS_pubproperty SiteMode

Gets or sets a WebSiteMode value that specifies the scaling for the website.

System_CAPS_pubproperty Unit

Gets or sets the unit of measure for the metric.

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