public static interface NetworkPeering.DefinitionStages.WithTrafficForwarding
| Modifier and Type | Method and Description |
|---|---|
NetworkPeering.DefinitionStages.WithCreate |
withTrafficForwardingBetweenBothNetworks()
Allows traffic forwarding both from either peered network into the other.
|
NetworkPeering.DefinitionStages.WithCreate |
withTrafficForwardingFromRemoteNetwork()
Allows traffic forwarded from the remote network.
|
NetworkPeering.DefinitionStages.WithCreate |
withTrafficForwardingToRemoteNetwork()
Allows traffic forwarding from this network to the remote network.
|
NetworkPeering.DefinitionStages.WithCreate withTrafficForwardingFromRemoteNetwork()
NetworkPeering.DefinitionStages.WithCreate withTrafficForwardingToRemoteNetwork()
This setting will have effect only if the remote network is in the same subscription. Otherwise, it will be ignored and you need to change the corresponding traffic forwarding setting on the remote network's matching peering explicitly.
NetworkPeering.DefinitionStages.WithCreate withTrafficForwardingBetweenBothNetworks()
This setting will have effect on the remote network only if the remote network is in the same subscription. Otherwise, it will be ignored and you need to change the corresponding traffic forwarding setting on the remote network's matching peering explicitly.
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/