简体   繁体   中英

Azure .NET SDK Documentation Missing

Azure REST APIs are well documented but I cannot find decent documentation for the Azure .NET SDK. Just as an example, I tried to delete and create a managed SQL database using the SDK. There is no documentation explaining the use of SqlManagementClient or even any info that I should be using SqlManagementClient for this purpose. I just found some samples here and there as a result of Google search.

Is it really that the .NET SDK for Azure is not properly documented or am I missing where it is? I would appreciate it if anyone could share a link to such documentation. (and I don't mean the API references.)

Thanks, John, for raising this up, the reason is that for .net SDK we are in the process of upgrading to a new version which follows a new design principle , with the new design, it would be easy for us to create sample codes or documents. For your specific question, I'd suggest you can check Azure Resource Management with Azure .NET SDK , all SDK usage of managing azure resource follows the same principle.

Thanks again for letting us know your concerns about Azure SDK and we value all customer voices against Azure SDK.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM