Partager via


BGPCommunity Constructeurs

Définition

Surcharges

BGPCommunity()

Initialise une nouvelle instance de la classe BGPCommunity.

BGPCommunity(String, String, String, IList<String>, Nullable<Boolean>, String)

Initialise une nouvelle instance de la classe BGPCommunity.

BGPCommunity()

Initialise une nouvelle instance de la classe BGPCommunity.

public BGPCommunity ();
Public Sub New ()

S’applique à

BGPCommunity(String, String, String, IList<String>, Nullable<Boolean>, String)

Initialise une nouvelle instance de la classe BGPCommunity.

public BGPCommunity (string serviceSupportedRegion = default, string communityName = default, string communityValue = default, System.Collections.Generic.IList<string> communityPrefixes = default, bool? isAuthorizedToUse = default, string serviceGroup = default);
new Microsoft.Azure.Management.Network.Models.BGPCommunity : string * string * string * System.Collections.Generic.IList<string> * Nullable<bool> * string -> Microsoft.Azure.Management.Network.Models.BGPCommunity
Public Sub New (Optional serviceSupportedRegion As String = Nothing, Optional communityName As String = Nothing, Optional communityValue As String = Nothing, Optional communityPrefixes As IList(Of String) = Nothing, Optional isAuthorizedToUse As Nullable(Of Boolean) = Nothing, Optional serviceGroup As String = Nothing)

Paramètres

serviceSupportedRegion
String

Région prise en charge par le service. Par exemple, pour O365, la région est Globale.

communityName
String

Nom de la communauté bgp. Par exemple, Skype.

communityValue
String

Valeur de la communauté bgp. Pour plus d’informations : https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing.

communityPrefixes
IList<String>

Préfixes que la communauté bgp contient.

isAuthorizedToUse
Nullable<Boolean>

Le client est autorisé à utiliser la communauté bgp ou non.

serviceGroup
String

Le groupe de services de la communauté bgp contient.

S’applique à