GatewayCustomBgpIpAddressIpConfiguration Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GatewayCustomBgpIpAddressIpConfiguration() |
Inicializa uma nova instância da classe GatewayCustomBgpIpAddressIpConfiguration. |
GatewayCustomBgpIpAddressIpConfiguration(String, String) |
Inicializa uma nova instância da classe GatewayCustomBgpIpAddressIpConfiguration. |
GatewayCustomBgpIpAddressIpConfiguration()
Inicializa uma nova instância da classe GatewayCustomBgpIpAddressIpConfiguration.
public GatewayCustomBgpIpAddressIpConfiguration ();
Public Sub New ()
Aplica-se a
GatewayCustomBgpIpAddressIpConfiguration(String, String)
Inicializa uma nova instância da 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)
Parâmetros
- ipConfigurationId
- String
A IpconfigurationId de ipconfiguration que pertence ao gateway.
- customBgpIpAddress
- String
O BgpPeeringAddress personalizado que pertence a IpconfigurationId.
Aplica-se a
Azure SDK for .NET