WebSiteGetUsageMetricsResponse.UsageMetric Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A specific usage metric.
public class WebSiteGetUsageMetricsResponse.UsageMetric
type WebSiteGetUsageMetricsResponse.UsageMetric = class
Public Class WebSiteGetUsageMetricsResponse.UsageMetric
- Inheritance
-
WebSiteGetUsageMetricsResponse.UsageMetric
Constructors
WebSiteGetUsageMetricsResponse.UsageMetric() |
Initializes a new instance of the UsageMetric class. |
Properties
ComputeMode |
Optional. The compute mode of the web site. For web sites in Standard Mode, the return value is Dedicated. For web sites in Free or Shared mode, the return value is Shared. |
CurrentValue |
Optional. The current value of the metric specified, expressed in terms of the measurement specified by the Unit element. |
DisplayName |
Optional. The display name of the metric (includes spaces). |
Limit |
Optional. The maximum point that the given metric can reach. The limit resets at the time specified by the NextResetTime element. If the limit is reached before the reset time, the site will be stopped. A value of -1 means unlimited. Resources with limits typically include CPU Time, Memory Usage, and File System Storage. Important: Site level Limits information is only meaningful for Shared and Standard web sites. For free web sites, limits are enforced at the web space level. |
Name |
Optional. The name of the metric, without spaces. The value is usually the same as that of the ResourceName element. |
NextResetTime |
Optional. The time at which the metric will be reset. |
ResourceName |
Optional. The name of the resource being measured. |
SiteMode |
Optional. The scaling for the web site. Web sites in Free Mode return a value of Limited. Web sites in Shared Mode return a value of Basic. Sites in Standard Mode return null. |
Unit |
Optional. The unit of measure for the given metric. |
Applies to
Azure SDK for .NET