- 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.
推薦閱讀
- 微服務設計(第2版)
- JavaScript從入門到精通(微視頻精編版)
- 從零開始:數字圖像處理的編程基礎與應用
- Java EE 6 企業級應用開發教程
- Ext JS Data-driven Application Design
- Android 7編程入門經典:使用Android Studio 2(第4版)
- Hands-On C++ Game Animation Programming
- Python完全自學教程
- 青少年信息學競賽
- GameMaker Essentials
- C陷阱與缺陷
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- Java EE架構設計與開發實踐
- H5+移動營銷設計寶典
- C語言程序設計教程