IPConfigurationBgpPeeringAddress 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
IPConfigurationBgpPeeringAddress() |
Initialisiert eine neue instance der IPConfigurationBgpPeeringAddress-Klasse. |
IPConfigurationBgpPeeringAddress(String, IList<String>, IList<String>, IList<String>) |
Initialisiert eine neue instance der IPConfigurationBgpPeeringAddress-Klasse. |
IPConfigurationBgpPeeringAddress()
Initialisiert eine neue instance der IPConfigurationBgpPeeringAddress-Klasse.
public IPConfigurationBgpPeeringAddress ();
Public Sub New ()
Gilt für:
IPConfigurationBgpPeeringAddress(String, IList<String>, IList<String>, IList<String>)
Initialisiert eine neue instance der IPConfigurationBgpPeeringAddress-Klasse.
public IPConfigurationBgpPeeringAddress (string ipconfigurationId = default, System.Collections.Generic.IList<string> defaultBgpIpAddresses = default, System.Collections.Generic.IList<string> customBgpIpAddresses = default, System.Collections.Generic.IList<string> tunnelIpAddresses = default);
new Microsoft.Azure.Management.Network.Models.IPConfigurationBgpPeeringAddress : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.IPConfigurationBgpPeeringAddress
Public Sub New (Optional ipconfigurationId As String = Nothing, Optional defaultBgpIpAddresses As IList(Of String) = Nothing, Optional customBgpIpAddresses As IList(Of String) = Nothing, Optional tunnelIpAddresses As IList(Of String) = Nothing)
Parameter
- ipconfigurationId
- String
Die ID der IP-Konfiguration, die zum Gateway gehört.
Die Liste der Standardmäßigen BGP-Peeringadressen, die zur IP-Konfiguration gehören.
Die Liste der benutzerdefinierten BGP-Peeringadressen, die zur IP-Konfiguration gehören.
Die Liste der öffentlichen IP-Adressen des Tunnels, die zur IP-Konfiguration gehören.
Gilt für:
Azure SDK for .NET