Interface VirtualNetworkPeering.DefinitionStages.WithAllowForwardedTraffic

All Known Subinterfaces:
VirtualNetworkPeering.Definition, VirtualNetworkPeering.DefinitionStages.WithCreate
Enclosing interface:
VirtualNetworkPeering.DefinitionStages

public static interface VirtualNetworkPeering.DefinitionStages.WithAllowForwardedTraffic
The stage of the VirtualNetworkPeering definition allowing to specify allowForwardedTraffic.
  • Method Details

    • withAllowForwardedTraffic

      VirtualNetworkPeering.DefinitionStages.WithCreate 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.