简体   繁体   English

我可以将Azure Service Relay与Python一起使用

[英]Can I use Azure Service Relay with Python

I want to use Azure Service Relay in my Python program. 我想在我的Python程序中使用Azure Service Relay。 Is there any way to use it with Python? 有什么办法可以在Python中使用它吗?

As far as I know , Azure Relay does not have Python SDK. 据我所知, Azure Relay没有Python SDK。 It only has .Net SDK . 它只有.Net SDK However , you could use it via REST API in your python program. 但是,您可以在python程序中通过REST API使用它。

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

相关问题 如何在Python中使用tulip / asyncio创建中继服务器? - How can I create a relay server using tulip/asyncio in Python? 如何从 Python 重新启动 Azure 应用服务槽? - How can I restart an Azure App Service slot from Python? 如何在 azure 中部署 python scrapy 项目? 它需要什么 azure 服务 [暂停] - How can i deploy python scrapy project in azure? what azure service is needed for it [on hold] 我可以将 azure 函数中的绑定表达式用于 Python 吗? - Can i make use of binding expression in azure functions for Python? 我可以使用Visual Studio 2017开发Python Azure功能吗? - Can I use Visual Studio 2017 to develop Python Azure Functions? 如何在 python 中使用 Sainsmart 8 通道 USB 继电器 - How to use a Sainsmart 8 Channel USB relay with python 无法使用python创建Azure连接服务 - Can't create azure linked service with python 如何从asp.net Azure应用服务调用python脚本? - How can I call a python script from an asp.net Azure app service? 如何从 Python 脚本以用户身份向 Azure 应用服务进行身份验证? - How can I authenticate as a user to Azure App Service from Python script? 如何自动转发 python 中的 azure 服务总线? - How can I do auto-forwarding for azure service bus in python?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM