gpt4 book ai didi

powershell - Azure Powershell : Get public virtual IP of service

转载 作者:行者123 更新时间:2023-12-02 11:29:01 24 4
gpt4 key购买 nike

是否可以使用 powershell 获取 azure 服务的公共(public)虚拟 IP (VIP)?

最佳答案

一种方法是使用 Get-AzureEndpoint 命令

Get-AzureVM -Name "thevmname" -ServiceName "theservicename" | Get-AzureEndpoint | select { $_.Vip }

关于powershell - Azure Powershell : Get public virtual IP of service,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16857495/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com