Uses of Class
com.azure.resourcemanager.network.models.GatewayCustomBgpIpAddressIpConfiguration
Packages that use GatewayCustomBgpIpAddressIpConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of GatewayCustomBgpIpAddressIpConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type GatewayCustomBgpIpAddressIpConfigurationModifier and TypeMethodDescriptionVirtualNetworkGatewayConnectionInner.gatewayCustomBgpIpAddresses()Get the gatewayCustomBgpIpAddresses property: GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection.VirtualNetworkGatewayConnectionListEntityInner.gatewayCustomBgpIpAddresses()Get the gatewayCustomBgpIpAddresses property: GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.gatewayCustomBgpIpAddresses()Get the gatewayCustomBgpIpAddresses property: GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection.VirtualNetworkGatewayConnectionPropertiesFormatInner.gatewayCustomBgpIpAddresses()Get the gatewayCustomBgpIpAddresses property: GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection.VpnSiteLinkConnectionInner.vpnGatewayCustomBgpAddresses()Get the vpnGatewayCustomBgpAddresses property: vpnGatewayCustomBgpAddresses used by this connection.VpnSiteLinkConnectionProperties.vpnGatewayCustomBgpAddresses()Get the vpnGatewayCustomBgpAddresses property: vpnGatewayCustomBgpAddresses used by this connection.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type GatewayCustomBgpIpAddressIpConfigurationModifier and TypeMethodDescriptionVirtualNetworkGatewayConnectionInner.withGatewayCustomBgpIpAddresses(List<GatewayCustomBgpIpAddressIpConfiguration> gatewayCustomBgpIpAddresses) Set the gatewayCustomBgpIpAddresses property: GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection.VirtualNetworkGatewayConnectionListEntityInner.withGatewayCustomBgpIpAddresses(List<GatewayCustomBgpIpAddressIpConfiguration> gatewayCustomBgpIpAddresses) Set the gatewayCustomBgpIpAddresses property: GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.withGatewayCustomBgpIpAddresses(List<GatewayCustomBgpIpAddressIpConfiguration> gatewayCustomBgpIpAddresses) Set the gatewayCustomBgpIpAddresses property: GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection.VirtualNetworkGatewayConnectionPropertiesFormatInner.withGatewayCustomBgpIpAddresses(List<GatewayCustomBgpIpAddressIpConfiguration> gatewayCustomBgpIpAddresses) Set the gatewayCustomBgpIpAddresses property: GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection.VpnSiteLinkConnectionInner.withVpnGatewayCustomBgpAddresses(List<GatewayCustomBgpIpAddressIpConfiguration> vpnGatewayCustomBgpAddresses) Set the vpnGatewayCustomBgpAddresses property: vpnGatewayCustomBgpAddresses used by this connection.VpnSiteLinkConnectionProperties.withVpnGatewayCustomBgpAddresses(List<GatewayCustomBgpIpAddressIpConfiguration> vpnGatewayCustomBgpAddresses) Set the vpnGatewayCustomBgpAddresses property: vpnGatewayCustomBgpAddresses used by this connection. -
Uses of GatewayCustomBgpIpAddressIpConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return GatewayCustomBgpIpAddressIpConfigurationModifier and TypeMethodDescriptionGatewayCustomBgpIpAddressIpConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GatewayCustomBgpIpAddressIpConfiguration from the JsonReader.GatewayCustomBgpIpAddressIpConfiguration.withCustomBgpIpAddress(String customBgpIpAddress) Set the customBgpIpAddress property: The custom BgpPeeringAddress which belongs to IpconfigurationId.GatewayCustomBgpIpAddressIpConfiguration.withIpConfigurationId(String ipConfigurationId) Set the ipConfigurationId property: The IpconfigurationId of ipconfiguration which belongs to gateway.