azure-mgmt-apimanagement-dotnet

仓库创建 2026年1月17日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

适合自动化部署与管理 API 管理平台的团队。

▸ 风险提示

需订阅与管理权限,操作可能影响在线服务。

这个 Skill 做什么

用于通过 Azure ARM 在 .NET 中创建与管理 API 管理服务及相关资源。

在 .NET 里通过 Azure Resource Manager 做 API Management 的管理面工作:创建和管理 APIM 服务、API、产品、订阅、策略、用户、组及网关等资源。用在需要以代码或 IaC 方式部署与配置 APIM(而不是调用运行时网关 API)时。特点是面向资源编排和权限管理,适合自动化部署与运维场景。

▸ 展开 SKILL.md 英文原文

Azure Resource Manager SDK for API Management in .NET. Use for MANAGEMENT PLANE operations: creating/managing APIM services, APIs, products, subscriptions, policies, users, groups, gateways, and backends via Azure Resource Manager. Triggers: "API Management", "APIM service", "create APIM", "manage APIs", "ApiManagementServiceResource", "API policies", "APIM products", "APIM subscriptions".

开发编程AzureAPIM.NET管理通用
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-apimanagement-dotnet/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/skills/main/.github/plugins/azure-sdk-dotnet/skills/azure-mgmt-apimanagement-dotnet/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Azure.ResourceManager.ApiManagement (.NET)

Management plane SDK for provisioning and managing Azure API Management resources via Azure Resource Manager.

> **⚠️ Management vs Data Plane**
> - **This SDK (Azure.ResourceManager.ApiManagement)**: Create services, APIs, products, subscriptions, policies, users, groups
> - **Data Plane**: Direct API calls to your APIM gateway endpoints

## Installation

```bash
dotnet add package Azure.ResourceManager.ApiManagement
dotnet add package Azure.Identity
```

**Current Version**: v1.3.0

## Environment Variables

```bash
AZURE_SUBSCRIPTION_ID=<your-subscription-id> # Required: Azure subscription ID
AZURE_TOKEN_CREDENTIALS=prod  # Required only if De
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有