BgpCommunity Constructors

Definition

Overloads

Name Description
BgpCommunity()

Initializes a new instance of the BgpCommunity class.

BgpCommunity(Boolean)

Initializes a new instance of the BgpCommunity class.

BgpCommunity()

Source:
BgpCommunity.ConstructorCompatibility.cs
Source:
BgpCommunity.cs

Initializes a new instance of the BgpCommunity class.

public BgpCommunity();
Public Sub New ()

Applies to

BgpCommunity(Boolean)

Source:
BgpCommunity.EffectiveSealCompatibility.cs

Initializes a new instance of the BgpCommunity class.

protected BgpCommunity(bool _);
new Azure.ResourceManager.Network.Models.BgpCommunity : bool -> Azure.ResourceManager.Network.Models.BgpCommunity
Protected Sub New (_ As Boolean)

Parameters

Applies to