VirtualNetworkPeering.UpdateStages.WithAllowForwardedTraffic Interface

public static interface VirtualNetworkPeering.UpdateStages.WithAllowForwardedTraffic

The stage of the VirtualNetworkPeering update allowing to specify allowForwardedTraffic.

Method Summary

Modifier and Type Method and Description
abstract Update withAllowForwardedTraffic(Boolean allowForwardedTraffic)

Specifies the allowForwardedTraffic property: Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network..

Method Details

withAllowForwardedTraffic

public abstract VirtualNetworkPeering.Update withAllowForwardedTraffic(Boolean allowForwardedTraffic)

Specifies the allowForwardedTraffic property: Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network..

Parameters:

allowForwardedTraffic - Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network.

Returns:

the next definition stage.

Applies to