ArmNetworkModelFactory.BgpCommunity Method
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.
public static Azure.ResourceManager.Network.Models.BgpCommunity BgpCommunity(string serviceSupportedRegion = default, string communityName = default, string communityValue = default, System.Collections.Generic.IEnumerable<string> communityPrefixes = default, bool? isAuthorizedToUse = default, string serviceGroup = default);
static member BgpCommunity : string * string * string * seq<string> * Nullable<bool> * string -> Azure.ResourceManager.Network.Models.BgpCommunity
Public Shared Function BgpCommunity (Optional serviceSupportedRegion As String = Nothing, Optional communityName As String = Nothing, Optional communityValue As String = Nothing, Optional communityPrefixes As IEnumerable(Of String) = Nothing, Optional isAuthorizedToUse As Nullable(Of Boolean) = Nothing, Optional serviceGroup As String = Nothing) As BgpCommunity
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.
- communityPrefixes
- IEnumerable<String>
The prefixes that the bgp community contains.
- serviceGroup
- String
The service group of the bgp community contains.
Returns
A new BgpCommunity instance for mocking.