Uses of Class
com.azure.resourcemanager.network.models.IpConfigurationBgpPeeringAddress
-
Packages that use IpConfigurationBgpPeeringAddress Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of IpConfigurationBgpPeeringAddress in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return IpConfigurationBgpPeeringAddress Modifier and Type Method Description IpConfigurationBgpPeeringAddressIpConfigurationBgpPeeringAddress. withCustomBgpIpAddresses(List<String> customBgpIpAddresses)Set the customBgpIpAddresses property: The list of custom BGP peering addresses which belong to IP configuration.IpConfigurationBgpPeeringAddressIpConfigurationBgpPeeringAddress. withIpconfigurationId(String ipconfigurationId)Set the ipconfigurationId property: The ID of IP configuration which belongs to gateway.Methods in com.azure.resourcemanager.network.models that return types with arguments of type IpConfigurationBgpPeeringAddress Modifier and Type Method Description List<IpConfigurationBgpPeeringAddress>BgpSettings. bgpPeeringAddresses()Get the bgpPeeringAddresses property: BGP peering address with IP configuration ID for virtual network gateway.Method parameters in com.azure.resourcemanager.network.models with type arguments of type IpConfigurationBgpPeeringAddress Modifier and Type Method Description BgpSettingsBgpSettings. withBgpPeeringAddresses(List<IpConfigurationBgpPeeringAddress> bgpPeeringAddresses)Set the bgpPeeringAddresses property: BGP peering address with IP configuration ID for virtual network gateway.
-