次の方法で共有


BgpServiceCommunity コンストラクター

定義

オーバーロード

BgpServiceCommunity()

BgpServiceCommunity クラスの新しいインスタンスを初期化します。

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

BgpServiceCommunity クラスの新しいインスタンスを初期化します。

BgpServiceCommunity()

BgpServiceCommunity クラスの新しいインスタンスを初期化します。

public BgpServiceCommunity ();
Public Sub New ()

適用対象

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

BgpServiceCommunity クラスの新しいインスタンスを初期化します。

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)

パラメーター

id
String

リソースの ID

name
String

リソース名。

type
String

リソースの種類。

location
String

リソースの場所。

tags
IDictionary<String,String>

リソース タグ。

serviceName
String

bgp コミュニティの名前。 Skype など。

bgpCommunities
IList<BGPCommunity>

bgp コミュニティの一覧。

適用対象