Interface VirtualNetworkPeering.UpdateStages.WithAllowForwardedTraffic

All Known Subinterfaces:
VirtualNetworkPeering.Update
Enclosing interface:
VirtualNetworkPeering.UpdateStages

public static interface VirtualNetworkPeering.UpdateStages.WithAllowForwardedTraffic
The stage of the VirtualNetworkPeering update allowing to specify allowForwardedTraffic.
  • Method Summary

    Modifier and Type
    Method
    Description
    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

      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.