WebSiteGetUsageMetricsResponse::UsageMetric Class
Represents a usage metric.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Microsoft.WindowsAzure.Management.WebSites.Models::WebSiteGetUsageMetricsResponse::UsageMetric
| Name | Description | |
|---|---|---|
![]() | WebSiteGetUsageMetricsResponse::UsageMetric() | Initializes a new instance of the WebSiteGetUsageMetricsResponse::UsageMetric class. |
| 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. |
| 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.


