Stop-AzureRmVM -Name "myNVA"
-ResourceGroupName "myNVA"
$vm = Get-AzureRmVm
-Name "myNVA"
-ResourceGroupName "myNVA"
$vm.NetworkProfile.NetworkInterfaces
$nicId = (Get-AzureRmNetworkInterface
-ResourceGroupName "myNVA"
-Name "myNVA-eth0").Id
Remove-AzureRmVMNetworkInterface -VM $vm -NetworkInterfaceIDs
$nicId
Update-AzureRmVm -ResourceGroupName "myNVA"
|
Blog Owned and Operated by Ryan Betts, Senior Cloud Solution Architect at Microsoft, in the Industry Solutions Defence Team. None of the information, guidance or views are related to Microsoft.
Pages
▼