azure-mgmt-mongodbatlas-dotnet

Featured

Manage MongoDB Atlas Organizations as Azure ARM resources with unified billing through Azure Marketplace.

AI & Automation 40,440 stars 6528 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 **MongoDB Atlas Organizations as Azure ARM resources** for marketplace integration. It does NOT directly manage: - Atlas clusters - Databases - Collections - Users/roles For cluster management, use the MongoDB Atlas API directly after creating the organization. ## Authentication ```csharp using Azure.Identity; using Azure.ResourceManager; using Azure.ResourceManager.MongoDBAtlas; using Azure.ResourceManager.MongoDBAtlas.Models; // Create ARM client with DefaultAzureCredential var credential = new DefaultAzureCredential(); var armClient = new ArmClient(credential); ``` ## Core Types | Type | Purpose | |------|---------| | `MongoDBAtlasOrganizationResource` | ARM resource representing an Atlas organization | | `MongoDBAtlasOrganizationCollection` | Collection of organizations in a resource g...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category