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.
如here和here所述,可以在Microsoft Azure 中创建保留的IP 地址。
使用的 Powershell 命令:New-AzureReservedIP。
powershell 参数 -ReservedIPName 和 -Label 用于什么?有什么不同?
与几乎所有 Azure 服务管理 API 一样,名称是您在调用其他 API 时使用的唯一标识符(即,将名称传递给 New-AzureVM 命令)。该标签只是一个描述性标签,您可以将其用于您自己的目的(即“计费系统的静态 IP”)。