UsageMetric.Limit Property

 

Optional. The quota limit the usage metric.

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public double Limit { get; set; }
public:
property double Limit {
    double get();
    void set(double value);
}
member Limit : float with get, set
Public Property Limit As Double

Property Value

Type: System.Double

See Also

UsageMetric Class
Microsoft.Azure.Insights.Models Namespace

Return to top