次の方法で共有


IWithBgp.WithBgp(Int64, String) メソッド

定義

BGP を有効にします。

public Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Update.IUpdate WithBgp (long asn, string bgpPeeringAddress);
abstract member WithBgp : int64 * string -> Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Update.IUpdate
Public Function WithBgp (asn As Long, bgpPeeringAddress As String) As IUpdate

パラメーター

asn
Int64

BGP スピーカーの ASN。

bgpPeeringAddress
String

この BGP スピーカーの BGP ピアリング アドレスと BGP 識別子。

戻り値

適用対象