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 | |
---|---|---|
CrashDumps() | Initializes a new instance of the CrashDumps class. |
Properties
Name | Description | |
---|---|---|
ContainerName | Optional. The name of the blob container in your Azure Storage account that will be used to store crash dumps. |
|
DirectoryQuotaPercentage | Optional. Configures the percentage of overallQuotaInMB that will be reserved for crash dumps. |
|
DumpType | Optional. Configures collection of Mini or Full cash dumps. |
|
Processes | Optional. The names of the process you want to collect a crash dump for. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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