SDK for Service Management API

2019-05-25 01:22发布

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#...?

标签: azure cloud
3条回答
叛逆
2楼-- · 2019-05-25 01:23

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.

查看更多
太酷不给撩
3楼-- · 2019-05-25 01:31

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.

查看更多
The star\"
4楼-- · 2019-05-25 01:32

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.

查看更多
登录 后发表回答