ArmNetworkModelFactory.GatewayCustomBgpIPAddressIPConfiguration Method
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.
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.