- Azure for Architects
- Ritesh Modi
- 66字
- 2021-07-08 09:33:33
Azure REST API
All Azure resources are exposed to users through REST endpoints. Representational State Transfer (REST) APIs are service endpoints that implement HTTP operations (methods), providing create, retrieve, update, or delete (CRUD) access to the service's resources. Users can consume these API's to create and manage resources. In fact, the CLI and PowerShell mechanism uses these REST API's internally to interact with resources on Azure.
推薦閱讀
- Spring 5.0 Microservices(Second Edition)
- 程序設計與實踐(VB.NET)
- R語言編程指南
- Android 7編程入門經典:使用Android Studio 2(第4版)
- 可解釋機器學習:模型、方法與實踐
- Visual Basic程序設計實踐教程
- C++從入門到精通(第5版)
- Python深度學習原理、算法與案例
- INSTANT Yii 1.1 Application Development Starter
- Web性能實戰
- Hands-On Kubernetes on Windows
- Koa與Node.js開發實戰
- Visual FoxPro程序設計實驗教程
- 邊做邊學深度強化學習:PyTorch程序設計實踐
- Learning WebRTC