Azure ExpressRoute API是否有python客户端实现? 检查https://github.com/azure repo,发现没有类似于此类功能的内容。 如果没有实施什么是适当的回购贡献?
答案 0 :(得分:1)
Azure目前不提供Python的ER SDK。如official site所示,ExpressRoute电路的创建和修改操作是通过PowerShell cmdlet实现的。但是,Azure支持Rest APIs for ExpressRoute operations,您可以在python中针对这些API构建HTTP请求。