Uses of Class
com.azure.resourcemanager.network.models.IpConfigurationBgpPeeringAddress
Packages that use IpConfigurationBgpPeeringAddress
Package
Description
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 IpConfigurationBgpPeeringAddressModifier and TypeMethodDescriptionIpConfigurationBgpPeeringAddress.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpConfigurationBgpPeeringAddress from the JsonReader.IpConfigurationBgpPeeringAddress.withCustomBgpIpAddresses(List<String> customBgpIpAddresses) Set the customBgpIpAddresses property: The list of custom BGP peering addresses which belong to IP configuration.IpConfigurationBgpPeeringAddress.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 IpConfigurationBgpPeeringAddressModifier and TypeMethodDescriptionBgpSettings.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 IpConfigurationBgpPeeringAddressModifier and TypeMethodDescriptionBgpSettings.withBgpPeeringAddresses(List<IpConfigurationBgpPeeringAddress> bgpPeeringAddresses) Set the bgpPeeringAddresses property: BGP peering address with IP configuration ID for virtual network gateway.