Share via


IDataCollectionRuleResource.DataSourceSyslog Property

Definition

The list of Syslog data source configurations.

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

Property Value

Attributes

Applies to