Uses of Interface
com.azure.resourcemanager.network.models.NetworkPeering.Update
Packages that use NetworkPeering.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkPeering.Update in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return NetworkPeering.UpdateModifier 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. gateway transit), but does not start the use of the gateway by the remote network.NetworkPeering.UpdateStages.WithGatewayUse.withGatewayUseByRemoteNetworkStarted()Allows and starts the use of this network's gateway by the remote network (a.k.a. gateway transit).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.