Auto-sync: 2026-04-16 17:30

This commit is contained in:
2026-04-16 17:30:41 +08:00
parent b2250c60b2
commit c999498de4
662 changed files with 3797 additions and 21340 deletions

22
wiki/concepts/SaaS.md Normal file
View File

@@ -0,0 +1,22 @@
---
title: "SaaS (Software as a Service)"
type: concept
tags: [Cloud, Service-Model]
sources: [Cloud-Maturity-Model-A-Detailed-Guide-For-Cloud-Adoption]
last_updated: 2025-02-28
---
## Summary
SaaS软件即服务是以订阅方式通过互联网提供软件应用的云计算服务模型。
## Definition
SaaS 使客户无需在本地安装和维护软件,而是通过订阅方式在线使用应用程序。
## Example Providers
- Salesforce
- Microsoft 365
- Google Workspace
## Connections
- [[SaaS]] ← part_of ← [[Cloud-Maturity-Model]]
- [[SaaS]] ← type_of ← [[Cloud-Service-Models]]