BgpSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BgpSettings() |
Initializes a new instance of the BgpSettings class. |
BgpSettings(Nullable<Int64>, String, Nullable<Int32>, IList<IPConfigurationBgpPeeringAddress>) |
Initializes a new instance of the BgpSettings class. |
BgpSettings()
Initializes a new instance of the BgpSettings class.
public BgpSettings ();
Public Sub New ()
Applies to
BgpSettings(Nullable<Int64>, String, Nullable<Int32>, IList<IPConfigurationBgpPeeringAddress>)
Initializes a new instance of the BgpSettings class.
public BgpSettings (long? asn = default, string bgpPeeringAddress = default, int? peerWeight = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.IPConfigurationBgpPeeringAddress> bgpPeeringAddresses = default);
new Microsoft.Azure.Management.Network.Models.BgpSettings : Nullable<int64> * string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.IPConfigurationBgpPeeringAddress> -> Microsoft.Azure.Management.Network.Models.BgpSettings
Public Sub New (Optional asn As Nullable(Of Long) = Nothing, Optional bgpPeeringAddress As String = Nothing, Optional peerWeight As Nullable(Of Integer) = Nothing, Optional bgpPeeringAddresses As IList(Of IPConfigurationBgpPeeringAddress) = Nothing)
Parameters
- bgpPeeringAddress
- String
The BGP peering address and BGP identifier of this BGP speaker.
- bgpPeeringAddresses
- IList<IPConfigurationBgpPeeringAddress>
BGP peering address with IP configuration ID for virtual network gateway.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET