Uses of Interface
com.microsoft.azure.management.network.NetworkPeering.Update
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of NetworkPeering.Update in com.microsoft.azure.management.network
Modifier and TypeMethodDescriptionNetworkPeering.UpdateStages.WithAccess.withAccessBetweenBothNetworks()
Enables access to either peered virtual network from the other.NetworkPeering.UpdateStages.WithGatewayUse.withGatewayUseByRemoteNetworkAllowed()
Allows the remote network to use this network's gateway (a.k.a.NetworkPeering.UpdateStages.WithGatewayUse.withGatewayUseByRemoteNetworkStarted()
Allows and starts the use of this network's gateway by the remote network (a.k.a.NetworkPeering.UpdateStages.WithGatewayUse.withGatewayUseOnRemoteNetworkStarted()
Starts the use of the remote network's gateway.NetworkPeering.UpdateStages.WithAccess.withoutAccessFromEitherNetwork()
Disallows access to either peered network from the other.NetworkPeering.UpdateStages.WithGatewayUse.withoutAnyGatewayUse()
Disables any gateway use by this network and the remote one.NetworkPeering.UpdateStages.WithGatewayUse.withoutGatewayUseByRemoteNetwork()
Stops and disallows the use of this network's gateway by the remote network.NetworkPeering.UpdateStages.WithGatewayUse.withoutGatewayUseOnRemoteNetwork()
Stops this network's use of the remote network's gateway.NetworkPeering.UpdateStages.WithTrafficForwarding.withoutTrafficForwardingFromEitherNetwork()
Disables traffic forwarding from either peered network to the other.NetworkPeering.UpdateStages.WithTrafficForwarding.withoutTrafficForwardingFromRemoteNetwork()
Prevents traffic forwarding from the remote network.NetworkPeering.UpdateStages.WithTrafficForwarding.withoutTrafficForwardingToRemoteNetwork()
Disables traffic forwarding to the remote network.NetworkPeering.UpdateStages.WithTrafficForwarding.withTrafficForwardingBetweenBothNetworks()
Allows traffic forwarding both from either peered network to the other.NetworkPeering.UpdateStages.WithTrafficForwarding.withTrafficForwardingFromRemoteNetwork()
Allows traffic forwarding from the remote network.NetworkPeering.UpdateStages.WithTrafficForwarding.withTrafficForwardingToRemoteNetwork()
Allows traffic forwarding from this network to the remote network.