CrashDumps Class

 

Updated: September 18, 2014

Enable collection of crash dumps.

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

System::Object
  Microsoft.Azure.Management.Insights.Models::CrashDumps

public ref class CrashDumps 

NameDescription
System_CAPS_pubmethodCrashDumps()

Initializes a new instance of the CrashDumps class.

NameDescription
System_CAPS_pubpropertyContainerName

Optional. The name of the blob container in your Azure Storage account that will be used to store crash dumps.

System_CAPS_pubpropertyDirectoryQuotaPercentage

Optional. Configures the percentage of overallQuotaInMB that will be reserved for crash dumps.

System_CAPS_pubpropertyDumpType

Optional. Configures collection of Mini or Full cash dumps.

System_CAPS_pubpropertyProcesses

Optional. The names of the process you want to collect a crash dump for.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: