UsageMetric.QuotaPeriod Property

 

Optional. The amount of time it takes to reset the value.

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

Syntax

public Nullable<TimeSpan> QuotaPeriod { get; set; }
public:
property Nullable<TimeSpan> QuotaPeriod {
    Nullable<TimeSpan> get();
    void set(Nullable<TimeSpan> value);
}
member QuotaPeriod : Nullable<TimeSpan> with get, set
Public Property QuotaPeriod As Nullable(Of TimeSpan)

Property Value

Type: System.Nullable<TimeSpan>

See Also

UsageMetric Class
Microsoft.Azure.Insights.Models Namespace

Return to top