Interface VirtualNetworkPeering.UpdateStages.WithAllowVirtualNetworkAccess

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

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

    Modifier and Type
    Method
    Description
    withAllowVirtualNetworkAccess(Boolean allowVirtualNetworkAccess)
    Specifies the allowVirtualNetworkAccess property: Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space..
  • Method Details

    • withAllowVirtualNetworkAccess

      VirtualNetworkPeering.Update withAllowVirtualNetworkAccess(Boolean allowVirtualNetworkAccess)
      Specifies the allowVirtualNetworkAccess property: Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space..
      Parameters:
      allowVirtualNetworkAccess - Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space.
      Returns:
      the next definition stage.