简体   繁体   English

使用Power-Shell检索Azure Linux机器的私有IP

[英]Retrieve private IP of azure Linux machine using power-shell

如何通过Power-Shell检索Azure Linux VM的私有IP地址?

If you run this script 如果您运行此脚本

Get-AzureRmNetworkInterface -Name [Your Nic] -ResourceGroupName [Your RG]

You will get all the information for Ip addresses needed. 您将获得所需IP地址的所有信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从订阅中的其他VM定期在Azure虚拟机上定期运行Power-Shell脚本的最佳方法 - Best way to periodically run power-shell script on Azure Virtual Machine from other VM inside subscription 使用 power-shell 在 azure 中注册具有多个订阅的多个资源提供程序 - registering multiple resource provider with multiple subscription in azure using power-shell Azure Power Shell虚拟机创建问题 - Azure power shell Virtual machine creation issue 使用Azure REST API检索Linux虚拟机的存储使用情况 - retrieve the storage usage for a Linux Virtual Machine using the Azure REST API 从 power-shell 脚本中的变量中选择最新版本 - Picking the Latest Version from the variable in power-shell script Azure Power Shell命令删除对应用程序服务的IP限制 - Azure power shell command to remove IP restrictions on App service 如何使用私有IP访问Azure PostgreSQL - How to access Azure PostgreSQL using private IP Azure上的Linux虚拟机 - 如何应用IP限制 - Linux Virtual Machine at Azure - how to apply IP restriction How to Retrieve Public IP Address and Private IP Address of an Azure VM with Azure Java SDK - How to Retrieve Public IP Address and Private IP Address of an Azure VM with Azure Java SDK 使用Azure Power Shell或Azure CLI创建日志分析警报 - To create the Log Analytics alerts using Azure Power Shell or Azure CLI
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM