Share via


AzureRouteFilterRuleConfigBase.CommunityList Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The list of community value that route filter will filter on", Mandatory=true)]
[System.Management.Automation.ValidateNotNull]
public virtual string[] CommunityList { get; set; }
[System.Management.Automation.Parameter(HelpMessage="The list of community value that route filter will filter on", Mandatory=true)]
[System.Management.Automation.ValidateNotNull]
public virtual System.Collections.Generic.List<string> CommunityList { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The list of community value that route filter will filter on", Mandatory=true)>]
[<System.Management.Automation.ValidateNotNull>]
member this.CommunityList : string[] with get, set
[<System.Management.Automation.Parameter(HelpMessage="The list of community value that route filter will filter on", Mandatory=true)>]
[<System.Management.Automation.ValidateNotNull>]
member this.CommunityList : System.Collections.Generic.List<string> with get, set
Public Overridable Property CommunityList As String()
Public Overridable Property CommunityList As List(Of String)

Property Value

String[]
Attributes

Applies to