Share via


IDataCollectionRuleResource.DataSourceWindowsEventLog Property

Definition

The list of Windows Event Log data source configurations.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Info(Create=true, Description="The list of Windows Event Log data source configurations.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IWindowsEventLogDataSource) }, Read=true, ReadOnly=false, Required=false, SerializedName="windowsEventLogs", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IWindowsEventLogDataSource> DataSourceWindowsEventLog { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Info(Create=true, Description="The list of Windows Event Log data source configurations.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IWindowsEventLogDataSource) }, Read=true, ReadOnly=false, Required=false, SerializedName="windowsEventLogs", Update=true)>]
member this.DataSourceWindowsEventLog : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IWindowsEventLogDataSource> with get, set
Public Property DataSourceWindowsEventLog As List(Of IWindowsEventLogDataSource)

Property Value

Attributes

Applies to