Share via


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
System_CAPS_pubmethod DiagnosticMonitorConfiguration()

Initializes a new instance of the DiagnosticMonitorConfiguration class.

Properties

Name Description
System_CAPS_pubproperty CrashDumps

Optional. Enable collection of crash dumps.

System_CAPS_pubproperty DiagnosticInfrastructureLogs

Optional. Enable collection of logs generated by the agent. The diagnostic infrastructure logs are useful for troubleshooting the diagnostics system itself.

System_CAPS_pubproperty Directories

Optional. Enable the collection of the contents of a directory, IIS failed access request logs and/or IIS logs.

System_CAPS_pubproperty EtwProviders

Optional. Configures collection of ETW events from EventSource and/or ETW Manifest based providers.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty PerformanceCounters

Optional. Enable the collection of Performance Counters.

System_CAPS_pubproperty WindowsEventLog

Optional. Enable the collection of Windows Event Logs.

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