ArmNetworkModelFactory.GatewayCustomBgpIPAddressIPConfiguration Method

Definition

public static Azure.ResourceManager.Network.Models.GatewayCustomBgpIPAddressIPConfiguration GatewayCustomBgpIPAddressIPConfiguration(string ipConfigurationId = default, string customBgpIPAddress = default);
static member GatewayCustomBgpIPAddressIPConfiguration : string * string -> Azure.ResourceManager.Network.Models.GatewayCustomBgpIPAddressIPConfiguration
Public Shared Function GatewayCustomBgpIPAddressIPConfiguration (Optional ipConfigurationId As String = Nothing, Optional customBgpIPAddress As String = Nothing) As GatewayCustomBgpIPAddressIPConfiguration

Parameters

ipConfigurationId
String

The IpconfigurationId of ipconfiguration which belongs to gateway.

customBgpIPAddress
String

The custom BgpPeeringAddress which belongs to IpconfigurationId.

Returns

A new GatewayCustomBgpIPAddressIPConfiguration instance for mocking.

Applies to