DataSourcesSpec.WindowsEventLogs Property

Definition

Gets or sets the list of Windows Event Log data source configurations.

[Newtonsoft.Json.JsonProperty(PropertyName="windowsEventLogs")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.WindowsEventLogDataSource> WindowsEventLogs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="windowsEventLogs")>]
member this.WindowsEventLogs : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.WindowsEventLogDataSource> with get, set
Public Property WindowsEventLogs As IList(Of WindowsEventLogDataSource)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to