BGPCommunity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BGPCommunity() |
Initializes a new instance of the BGPCommunity class. |
BGPCommunity(String, String, String, IList<String>, Nullable<Boolean>, String) |
Initializes a new instance of the BGPCommunity class. |
BGPCommunity()
Initializes a new instance of the BGPCommunity class.
public BGPCommunity ();
Public Sub New ()
Applies to
BGPCommunity(String, String, String, IList<String>, Nullable<Boolean>, String)
Initializes a new instance of the BGPCommunity class.
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.Fluent.Models.BGPCommunity : string * string * string * System.Collections.Generic.IList<string> * Nullable<bool> * string -> Microsoft.Azure.Management.Network.Fluent.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)
Parameters
- serviceSupportedRegion
- String
The region which the service support. e.g. For O365, region is Global.
- communityName
- String
The name of the bgp community. e.g. Skype.
- communityValue
- String
The value of the bgp community. For more information: https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing.
- serviceGroup
- String
The service group of the bgp community contains.
Applies to
Azure SDK for .NET