本文介绍了我能找到Azure角色类型(工人或网络)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有办法找到角色类型(工人或网络)?也许同治API?
Is there any way to find the role type (worker or web)? Maybe a managment API?
谢谢,
纳瓦
推荐答案
我猜你可以从 ROLENAME 解析/感和实例名在 GetHostedService 。确保你的嵌入细节 = 真正以获取有关服务的部署细节。
I guess you can parse / sense from the RoleName and InstanceName from the GetHostedService. Make sure you make embed-detail = true to get details on service's deployments.
更多信息:
这篇关于我能找到Azure角色类型(工人或网络)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!