BgpSettings Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
BgpSettings() |
Initialisiert eine neue instance der BgpSettings-Klasse. |
BgpSettings(Nullable<Int64>, String, Nullable<Int32>, IList<IPConfigurationBgpPeeringAddress>) |
Initialisiert eine neue instance der BgpSettings-Klasse. |
BgpSettings()
Initialisiert eine neue instance der BgpSettings-Klasse.
public BgpSettings ();
Public Sub New ()
Gilt für:
BgpSettings(Nullable<Int64>, String, Nullable<Int32>, IList<IPConfigurationBgpPeeringAddress>)
Initialisiert eine neue instance der BgpSettings-Klasse.
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)
Parameter
- bgpPeeringAddress
- String
Die BGP-Peeringadresse und der BGP-Bezeichner dieses BGP-Sprechers.
Die Gewichtung, die den Routen hinzugefügt wurde, die von diesem BGP-Sprecher gelernt wurden.
- bgpPeeringAddresses
- IList<IPConfigurationBgpPeeringAddress>
BGP-Peeringadresse mit IP-Konfigurations-ID für das Gateway für virtuelle Netzwerke.
Gilt für:
Azure SDK for .NET