CrashDumps.DumpType Property

 

Optional. Configures collection of Mini or Full cash dumps.

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

Syntax

public Nullable<CrashDumpType> DumpType { get; set; }
public:
property Nullable<CrashDumpType> DumpType {
    Nullable<CrashDumpType> get();
    void set(Nullable<CrashDumpType> value);
}
member DumpType : Nullable<CrashDumpType> with get, set
Public Property DumpType As Nullable(Of CrashDumpType)

Property Value

Type: System.Nullable<CrashDumpType>

See Also

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

Return to top