Hi Vishakhan K,
Delete virtual network switch, you must use this commands:
1º New-VMSwitch -name "SwitchHyperV1" -NetAdapterName "InterfaceName1","InterfaceName2","InterfaceName3"-AllowManagementOS $true -EnableEmbeddedTeaming $true
Then use this to enable load balancing and improve switch speed:
2º Set-VMSwitchTeam -Name "SwitchHyperV1" -LoadBalancingAlgorithm Dynamic
Once these commands are executed, you will have the virtual switch configured in your Hyper-V to use with your virtual machines. If you want to use VLANs, in my case, I configure the physical switch ports in hybrid mode, with the management VLAN for Hyper-V set as untagged and the VLANs for the virtual machines set as tagged. Then, you just need to configure the VLAN ID on the virtual machine's network adapter in the Hyper-V settings.