Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过 powershell 命令在 azure 中获取 vm 的端口。我们无法获得任何命令,因此请向我们建议任何 azure powershell 命令。
您可以为此使用 Get-AzureEndpoint:
Get-AzureVM -ServiceName "MyTestVM1" -Name "MyTestVM2" | Get-AzureEndpoint