azure-mgmt-mongodbatlas-dotnet
仓库创建 2026年1月17日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
适合需要在 Azure 控制台统一管理 Atlas 组织与计费的团队。
▸ 风险提示
需 Azure 与 MongoDB Atlas 权限,涉及跨服务计费与配置。
这个 Skill 做什么
将 MongoDB Atlas 组织作为 Azure ARM 资源管理的 .NET SDK,通过 Azure Marketplace 绑定计费。
把 MongoDB Atlas 的组织当成 Azure ARM 资源来管理,方便通过 Azure Marketplace 创建、更新或删除组织并走 Azure 计费。适合把 Atlas 组织纳入 Azure 资源编排和账单体系时使用。需要注意它只管 Azure 侧的组织资源,不直接操作 Atlas 的集群或数据库。
▸ 展开 SKILL.md 英文原文
Manage MongoDB Atlas Organizations as Azure ARM resources using Azure.ResourceManager.MongoDBAtlas SDK. Use when creating, updating, listing, or deleting MongoDB Atlas organizations through Azure Marketplace integration. This SDK manages the Azure-side organization resource, not Atlas clusters/databases directly.
2.7k
Stars
304
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/skills/main/.github/plugins/azure-sdk-dotnet/skills/azure-mgmt-mongodbatlas-dotnet/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/skills/main/.github/plugins/azure-sdk-dotnet/skills/azure-mgmt-mongodbatlas-dotnet/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Azure.ResourceManager.MongoDBAtlas SDK Manage MongoDB Atlas Organizations as Azure ARM resources with unified billing through Azure Marketplace. ## Package Information | Property | Value | |----------|-------| | Package | `Azure.ResourceManager.MongoDBAtlas` | | Version | 1.0.0 (GA) | | API Version | 2025-06-01 | | Resource Type | `MongoDB.Atlas/organizations` | | NuGet | [Azure.ResourceManager.MongoDBAtlas](https://www.nuget.org/packages/Azure.ResourceManager.MongoDBAtlas) | ## Installation ```bash dotnet add package Azure.ResourceManager.MongoDBAtlas dotnet add package Azure.Identity dotnet add package Azure.ResourceManager ``` ## Important Scope Limitation This SDK manages **Mong
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有