DiagnosticMonitorConfiguration Class

 

Updated: September 18, 2014

Basic diagnostics configuration.

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

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

public class DiagnosticMonitorConfiguration

NameDescription
System_CAPS_pubmethodDiagnosticMonitorConfiguration()

Initializes a new instance of the DiagnosticMonitorConfiguration class.

NameDescription
System_CAPS_pubpropertyCrashDumps

Optional. Enable collection of crash dumps.

System_CAPS_pubpropertyDiagnosticInfrastructureLogs

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

System_CAPS_pubpropertyDirectories

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

System_CAPS_pubpropertyEtwProviders

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

System_CAPS_pubpropertyMetrics

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_pubpropertyOverallQuotaInMB

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_pubpropertyPerformanceCounters

Optional. Enable the collection of Performance Counters.

System_CAPS_pubpropertyWindowsEventLog

Optional. Enable the collection of Windows Event Logs.

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: