Share via


ISyslogDataSource.FacilityName Property

Definition

The list of facility names.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.PSArgumentCompleter(new System.String[] { "auth", "authpriv", "cron", "daemon", "kern", "lpr", "mail", "mark", "news", "syslog", "user", "uucp", "local0", "local1", "local2", "local3", "local4", "local5", "local6", "local7", "*" })]
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Info(Create=true, Description="The list of facility names.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="facilityNames", Update=true)]
public System.Collections.Generic.List<string> FacilityName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.PSArgumentCompleter(new System.String[] { "auth", "authpriv", "cron", "daemon", "kern", "lpr", "mail", "mark", "news", "syslog", "user", "uucp", "local0", "local1", "local2", "local3", "local4", "local5", "local6", "local7", "*" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.Info(Create=true, Description="The list of facility names.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="facilityNames", Update=true)>]
member this.FacilityName : System.Collections.Generic.List<string> with get, set
Public Property FacilityName As List(Of String)

Property Value

Attributes

Applies to