次の方法で共有


BgpServiceCommunity.BgpCommunities プロパティ

定義

bgp コミュニティの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.bgpCommunities")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.BGPCommunity> BgpCommunities { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.bgpCommunities")>]
member this.BgpCommunities : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.BGPCommunity> with get, set
Public Property BgpCommunities As IList(Of BGPCommunity)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象