GatewayCustomBgpIpAddressIpConfiguration Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GatewayCustomBgpIpAddressIpConfiguration() |
Initialise une nouvelle instance de la classe GatewayCustomBgpIpAddressIpConfiguration. |
GatewayCustomBgpIpAddressIpConfiguration(String, String) |
Initialise une nouvelle instance de la classe GatewayCustomBgpIpAddressIpConfiguration. |
GatewayCustomBgpIpAddressIpConfiguration()
Initialise une nouvelle instance de la classe GatewayCustomBgpIpAddressIpConfiguration.
public GatewayCustomBgpIpAddressIpConfiguration ();
Public Sub New ()
S’applique à
GatewayCustomBgpIpAddressIpConfiguration(String, String)
Initialise une nouvelle instance de la classe GatewayCustomBgpIpAddressIpConfiguration.
public GatewayCustomBgpIpAddressIpConfiguration (string ipConfigurationId, string customBgpIpAddress);
new Microsoft.Azure.Management.Network.Models.GatewayCustomBgpIpAddressIpConfiguration : string * string -> Microsoft.Azure.Management.Network.Models.GatewayCustomBgpIpAddressIpConfiguration
Public Sub New (ipConfigurationId As String, customBgpIpAddress As String)
Paramètres
- ipConfigurationId
- String
IpconfigurationId d’ipconfiguration qui appartient à la passerelle.
- customBgpIpAddress
- String
BgpPeeringAddress personnalisé qui appartient à IpconfigurationId.
S’applique à
Azure SDK for .NET