- 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.
推薦閱讀
- C及C++程序設(shè)計(第4版)
- C語言程序設(shè)計教程(第2版)
- Python爬蟲開發(fā)與項目實戰(zhàn)
- Java程序設(shè)計與實踐教程(第2版)
- QTP自動化測試進階
- Visual C++數(shù)字圖像處理技術(shù)詳解
- 前端HTML+CSS修煉之道(視頻同步+直播)
- C語言程序設(shè)計
- 運用后端技術(shù)處理業(yè)務(wù)邏輯(藍橋杯軟件大賽培訓(xùn)教材-Java方向)
- Android傳感器開發(fā)與智能設(shè)備案例實戰(zhàn)
- C語言程序設(shè)計實踐
- .NET 4.0面向?qū)ο缶幊搪劊簯?yīng)用篇
- Web開發(fā)的平民英雄:PHP+MySQL
- SQL Server實例教程(2008版)
- Java RESTful Web Service實戰(zhàn)