문제

I am trying to get the port of a vm in azure through powershell command. We are not able to get any command for that, so please suggest us any azure powershell commands for it.

도움이 되었습니까?

해결책

You can use Get-AzureEndpoint for that:

Get-AzureVM -ServiceName "MyTestVM1" -Name "MyTestVM2" | Get-AzureEndpoint

enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top