DiagnosticMonitorConfiguration.WindowsEventLog Property
Optional. Enable the collection of Windows Event Logs.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public WindowsEventLog WindowsEventLog { get; set; }
public:
property WindowsEventLog^ WindowsEventLog {
WindowsEventLog^ get();
void set(WindowsEventLog^ value);
}
member WindowsEventLog : WindowsEventLog with get, set
Public Property WindowsEventLog As WindowsEventLog
Property Value
Type: Microsoft.Azure.Management.Insights.Models.WindowsEventLog
See Also
DiagnosticMonitorConfiguration Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top