CrashDumps Class

 

Enable collection of crash dumps.

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

Inheritance Hierarchy

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

Syntax

public class CrashDumps
public ref class CrashDumps 
type CrashDumps = class end
Public Class CrashDumps

Constructors

Name Description
System_CAPS_pubmethod CrashDumps()

Initializes a new instance of the CrashDumps class.

Properties

Name Description
System_CAPS_pubproperty ContainerName

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

System_CAPS_pubproperty DirectoryQuotaPercentage

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

System_CAPS_pubproperty DumpType

Optional. Configures collection of Mini or Full cash dumps.

System_CAPS_pubproperty Processes

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.Azure.Management.Insights.Models Namespace

Return to top