DiagnosticMonitorConfiguration::OverallQuotaInMB Property

 

Optional. The maximum amount of local disk space that may be consumed by the various types of diagnostic data collected by the agent. The default setting is 5120MB.

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

public:
property Nullable<int> OverallQuotaInMB {
	Nullable<int> get();
	void set(Nullable<int> value);
}

Property Value

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