Share via


IBgpAdvertisement.Community Property

Definition

The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="communities")]
public string[] Community { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="communities")>]
member this.Community : string[] with get, set
Public Property Community As String()

Property Value

String[]
Attributes

Applies to