Share via


DiagnosticMonitorConfiguration.CrashDumps Property

 

Optional. Enable collection of crash dumps.

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

Syntax

public CrashDumps CrashDumps { get; set; }
public:
property CrashDumps^ CrashDumps {
    CrashDumps^ get();
    void set(CrashDumps^ value);
}
member CrashDumps : CrashDumps with get, set
Public Property CrashDumps As CrashDumps

Property Value

Type: Microsoft.Azure.Management.Insights.Models.CrashDumps

See Also

DiagnosticMonitorConfiguration Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top