Вопрос

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