Share via


GatewayCustomBgpIPAddressIPConfiguration(String, String) Constructor

Definition

Initializes a new instance of GatewayCustomBgpIPAddressIPConfiguration.

public GatewayCustomBgpIPAddressIPConfiguration (string ipConfigurationId, string customBgpIPAddress);
new Azure.ResourceManager.Network.Models.GatewayCustomBgpIPAddressIPConfiguration : string * string -> Azure.ResourceManager.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.

Exceptions

ipConfigurationId or customBgpIPAddress is null.

Applies to