GatewayCustomBgpIpAddressIpConfiguration 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
GatewayCustomBgpIpAddressIpConfiguration() |
Initializes a new instance of the GatewayCustomBgpIpAddressIpConfiguration class. |
GatewayCustomBgpIpAddressIpConfiguration(String, String) |
Initializes a new instance of the GatewayCustomBgpIpAddressIpConfiguration class. |
GatewayCustomBgpIpAddressIpConfiguration()
Initializes a new instance of the GatewayCustomBgpIpAddressIpConfiguration class.
public GatewayCustomBgpIpAddressIpConfiguration ();
Public Sub New ()
Applies to
GatewayCustomBgpIpAddressIpConfiguration(String, String)
Initializes a new instance of the GatewayCustomBgpIpAddressIpConfiguration class.
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)
Parameters
- ipConfigurationId
- String
The IpconfigurationId of ipconfiguration which belongs to gateway.
- customBgpIpAddress
- String
The custom BgpPeeringAddress which belongs to IpconfigurationId.