Freigeben über


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(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="communities", Update=false)]
public System.Collections.Generic.List<string> Community { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="communities", Update=false)>]
member this.Community : System.Collections.Generic.List<string> with get, set
Public Property Community As List(Of String)

Property Value

Attributes

Applies to