如何调用Azure Data Lake存储gen 2 rest api?
问题描述:
我想使用" Azure Data Lake storage gen 2 rest api"创建文件系统等(api在这里:
https://docs.microsoft.com/en-us/rest/api/storageservices/datalakestoragegen2/filesystem / create 。
首先,我点击"尝试它"在其余的api页面上按钮,登录我的账户,填写所有信息,然后点击运行按钮,但不会返回任何结果。
at first, I click the "try it" button on the rest api page, and login my account, fill all information, then click the run button, but it does not return any result.
然后我用postman来调用api,没有结果返回。
then I use postman to call the api, no result returns.
我不知道缺少什么。你能告诉我如何打电话给剩下的api来创建/列出等等吗?(使用c#代码或邮递员或者从其余的api页面尝试按钮)
I don't know what's missing. Can you please let me know how to call the rest api to create / list etc.?(use c# code or postman or from the rest api page with try it button)