【发布时间】:2015-10-02 14:13:18
【问题描述】:
是否有适用于 Azure ExpressRoute API 的 python 客户端实现? 检查https://github.com/azure repo 并没有发现与此类功能类似的东西。 如果没有实现什么是适当的回购贡献?
【问题讨论】:
标签: azure azure-powershell azure-automation azure-api-management
是否有适用于 Azure ExpressRoute API 的 python 客户端实现? 检查https://github.com/azure repo 并没有发现与此类功能类似的东西。 如果没有实现什么是适当的回购贡献?
【问题讨论】:
标签: azure azure-powershell azure-automation azure-api-management
Azure 目前不提供 Python 的 ER SDK。如official site 所示,ExpressRoute 线路的创建和修改操作是通过 PowerShell cmdlet。但是,Azure 支持Rest APIs for ExpressRoute operations,您可以在 python 中针对这些 API 构建 HTTP 请求。
【讨论】: