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 | |
---|---|---|
WebSiteGetUsageMetricsResponse.UsageMetric() | Initializes a new instance of the WebSiteGetUsageMetricsResponse.UsageMetric class. |
Properties
Name | Description | |
---|---|---|
ComputeMode | Gets or sets a WebSiteComputeMode value that specifies the compute mode of the website. |
|
CurrentValue | Gets or sets the current value of the metric, based on the value of the Unit property. |
|
DisplayName | Gets or sets the display name of the metric. |
|
Limit | Gets or sets the maximum point that the metric can reach. |
|
Name | Gets or sets the name of the metric. |
|
NextResetTime | Gets or sets the time at which the metric will be reset. |
|
ResourceName | Gets or sets the name of the resource that is being measured. |
|
SiteMode | Gets or sets a WebSiteMode value that specifies the scaling for the website. |
|
Unit | Gets or sets the unit of measure for the metric. |
Methods
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.) |
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