SDK for Service Management API

我是研究僧i 提交于 2019-12-08 02:14:45

问题


Just like we have SDK for the Azure Storage [Tables, Blobs, Queues] along with the REST API;

Do we have SDK or library for handling Service Management APIs in c#...?


回答1:


Naveen,

Take a look at "Microsoft.WindowsAzure.ServiceManagementClient.dll". You can find this along with Azure SDK (C:\Program Files\Windows Azure SDK\v1.4\bin directory). I think this is what you're looking at.

Hope this helps.




回答2:


There's not an SDK as such, but there is this sample from Microsoft which demonstrates how you can work with the REST API in .net. The other option is you could just use the sample code as it is.

UPDATE: MS now have a pre-release version of a management library available on NuGet. Brady Gaster has a blog to get you started.




回答3:


knightpfhor's comment is correct, but since the comment we've released the MAML 1.0 libraries. I think the Storage Management Client package might be what you're after.



来源:https://stackoverflow.com/questions/6040119/sdk-for-service-management-api

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!