BGPCommunity Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
- serviceGroup
- String
Le groupe de services de la communauté bgp contient.
S’applique à
Azure SDK for .NET