共用方式為


GatewayCustomBgpIpAddressIpConfiguration Constructors

Definition

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.

Applies to