Share via


WebSiteGetUsageMetricsResponse.UsageMetric.Limit Property

 

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

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

Syntax

public string Limit { get; set; }
public:
property String^ Limit {
    String^ get();
    void set(String^ value);
}
member Limit : string with get, set
Public Property Limit As String

Property Value

Type: System.String

The maximum point.

Remarks

The limit resets at the time specified by the NextResetTime property. 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. Site level Limits information is only meaningful for Shared and Standard websites. For free websites, limits are enforced at the web space level.

See Also

WebSiteGetUsageMetricsResponse.UsageMetric Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top