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)

public:
property Nullable<TimeSpan> QuotaPeriod {
	Nullable<TimeSpan> get();
	void set(Nullable<TimeSpan> value);
}

Property Value

Type: System::Nullable<TimeSpan>
Return to top
Show: