DiagnosticMonitorConfiguration Class
Basic diagnostics configuration.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Inheritance Hierarchy
System.Object
Microsoft.Azure.Management.Insights.Models.DiagnosticMonitorConfiguration
Syntax
public class DiagnosticMonitorConfiguration
public ref class DiagnosticMonitorConfiguration
type DiagnosticMonitorConfiguration = class end
Public Class DiagnosticMonitorConfiguration
Constructors
Name | Description | |
---|---|---|
DiagnosticMonitorConfiguration() | Initializes a new instance of the DiagnosticMonitorConfiguration class. |
Properties
Name | Description | |
---|---|---|
CrashDumps | Optional. Enable collection of crash dumps. |
|
DiagnosticInfrastructureLogs | Optional. Enable collection of logs generated by the agent. The diagnostic infrastructure logs are useful for troubleshooting the diagnostics system itself. |
|
Directories | Optional. Enable the collection of the contents of a directory, IIS failed access request logs and/or IIS logs. |
|
EtwProviders | Optional. Configures collection of ETW events from EventSource and/or ETW Manifest based providers. |
|
Metrics | Optional. This element enables you to generate a performance counter table that is optimized for fast queries. Each performance counter that is defined in the PerformanceCounters element is stored in the Metrics table in addition to the Performance Counter table. |
|
OverallQuotaInMB | Optional. The maximum amount of local disk space that may be consumed by the various types of diagnostic data collected by the agent. The default setting is 5120MB. |
|
PerformanceCounters | Optional. Enable the collection of Performance Counters. |
|
WindowsEventLog | Optional. Enable the collection of Windows Event Logs. |
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