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)
Syntax
public Nullable<int> OverallQuotaInMB { get; set; }
public:
property Nullable<int> OverallQuotaInMB {
Nullable<int> get();
void set(Nullable<int> value);
}
member OverallQuotaInMB : Nullable<int> with get, set
Public Property OverallQuotaInMB As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
See Also
DiagnosticMonitorConfiguration Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top