SDK for Service Management API

2019-05-25 01:02发布

问题:

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.



标签: azure cloud