ArmNetworkModelFactory.BgpCommunity Method

Definition

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.

isAuthorizedToUse
Nullable<Boolean>

Customer is authorized to use bgp community or not.

serviceGroup
String

The service group of the bgp community contains.

Returns

A new BgpCommunity instance for mocking.

Applies to