Uses of Interface
com.azure.resourcemanager.network.models.LocalNetworkGateway.Update
-
Packages that use LocalNetworkGateway.Update Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of LocalNetworkGateway.Update in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models 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)Specifies the IP address.LocalNetworkGateway.UpdateLocalNetworkGateway.UpdateStages.WithAddressSpace. withoutAddressSpace(String cidr)Remove address space.LocalNetworkGateway.UpdateLocalNetworkGateway.UpdateStages.WithBgp. withoutBgp()Disables BGP.
-