CrashDumps.DirectoryQuotaPercentage Property
Optional. Configures the percentage of overallQuotaInMB that will be reserved for crash dumps.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public Nullable<int> DirectoryQuotaPercentage { get; set; }
public:
property Nullable<int> DirectoryQuotaPercentage {
Nullable<int> get();
void set(Nullable<int> value);
}
member DirectoryQuotaPercentage : Nullable<int> with get, set
Public Property DirectoryQuotaPercentage As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
See Also
CrashDumps Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top