powershell - 获取出站 IP 范围 azure 网站 PowerShell

标签 powershell azure web azure-web-app-service

是否有任何地方的 powershell 命令可以获取 azure 网站的所有出站 IP 地址?

最佳答案

试试这个:

(Get-AzureRmResource -ResourceGroupName "resourceGroupName" -ResourceType Microsoft.Web/sites -ResourceName "webAppName").Properties.outboundIpAddresses

关于powershell - 获取出站 IP 范围 azure 网站 PowerShell,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32475985/

相关文章:

powershell - 使用 -NoExit 启动 PowerShell 不起作用

Azure (Bicep) - 部署脚本 - 引用文件路径

Javascript/JQuery 直到页面重新加载后才工作

HTML5,创建一个左,右和顶部中心的类别过滤栏?

powershell - PowerShell根据文件大小搜索文件

powershell - 使用 -EncodedCommand 时无法重定向 PowerShell 输出

azure - 托管资源 "azurerm_network_interface" "myterraformnic"尚未在 module.vm 中声明。 azure

node.js - Swagger-UI-Express 未在 Azure 应用服务中加载 : 404 Not Found

javascript - 仅将输入字段设置为空字符串,不带选择标签

powershell - POWERSHELL -lt不起作用