Delen via


BgpServiceCommunity Constructors

Definition

Overloads

BgpServiceCommunity()

Initializes a new instance of the BgpServiceCommunity class.

BgpServiceCommunity(String, String, String, String, IDictionary<String,String>, String, IList<BGPCommunity>)

Initializes a new instance of the BgpServiceCommunity class.

BgpServiceCommunity()

Initializes a new instance of the BgpServiceCommunity class.

public BgpServiceCommunity ();
Public Sub New ()

Applies to

BgpServiceCommunity(String, String, String, String, IDictionary<String,String>, String, IList<BGPCommunity>)

Initializes a new instance of the BgpServiceCommunity class.

public BgpServiceCommunity (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string serviceName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.BGPCommunity> bgpCommunities = default);
new Microsoft.Azure.Management.Network.Models.BgpServiceCommunity : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.BGPCommunity> -> Microsoft.Azure.Management.Network.Models.BgpServiceCommunity
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional serviceName As String = Nothing, Optional bgpCommunities As IList(Of BGPCommunity) = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

location
String

Resource location.

tags
IDictionary<String,String>

Resource tags.

serviceName
String

The name of the bgp community. e.g. Skype.

bgpCommunities
IList<BGPCommunity>

A list of bgp communities.

Applies to