Uses of Interface
com.microsoft.azure.management.network.LocalNetworkGateway.Update
-
Packages that use LocalNetworkGateway.Update Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of LocalNetworkGateway.Update in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return LocalNetworkGateway.Update Modifier and Type Method Description LocalNetworkGateway.UpdateLocalNetworkGateway.UpdateStages.WithAddressSpace. withAddressSpace(String cidr)Adds address space.LocalNetworkGateway.UpdateLocalNetworkGateway.UpdateStages.WithBgp. withBgp(long asn, String bgpPeeringAddress)Enables BGP.LocalNetworkGateway.UpdateLocalNetworkGateway.UpdateStages.WithIPAddress. withIPAddress(String ipAddress)LocalNetworkGateway.UpdateLocalNetworkGateway.UpdateStages.WithAddressSpace. withoutAddressSpace(String cidr)Remove address space.LocalNetworkGateway.UpdateLocalNetworkGateway.UpdateStages.WithBgp. withoutBgp()Disables BGP.
-