·azure-resource-manager-sql-dotnet
</>

azure-resource-manager-sql-dotnet

microsoft/agent-skills

適用於 .NET 中的 Azure SQL 的 Azure 資源管理器 SDK。用於管理平面操作:通過 Azure 資源管理器創建/管理 SQL 服務器、數據庫、彈性池、防火牆規則和故障轉移組。不適用於數據平面操作(執行查詢)- 為此使用 Microsoft.Data.SqlClient。觸發器:“SQL 服務器”、“創建 SQL 數據庫”、“管理 SQL 資源”、“ARM SQL”、“SqlServerResource”、“配置 Azure SQL”、“彈性池”、“防火牆規則”。

0安裝·0熱度·@microsoft

安裝

$npx skills add https://github.com/microsoft/agent-skills --skill azure-resource-manager-sql-dotnet

SKILL.md

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

⚠️ Management vs Data Plane This SDK (Azure.ResourceManager.Sql): Create servers, databases, elastic pools, configure firewall rules, manage failover groups Data Plane SDK (Microsoft.Data.SqlClient): Execute queries, stored procedures, manage connections

| ArmClient | Entry point for all ARM operations | | SqlServerResource | Represents an Azure SQL server | | SqlServerCollection | Collection for server CRUD | | SqlDatabaseResource | Represents a SQL database | | SqlDatabaseCollection | Collection for database CRUD | | ElasticPoolResource | Represents an elastic pool |

適用於 .NET 中的 Azure SQL 的 Azure 資源管理器 SDK。用於管理平面操作:通過 Azure 資源管理器創建/管理 SQL 服務器、數據庫、彈性池、防火牆規則和故障轉移組。不適用於數據平面操作(執行查詢)- 為此使用 Microsoft.Data.SqlClient。觸發器:“SQL 服務器”、“創建 SQL 數據庫”、“管理 SQL 資源”、“ARM SQL”、“SqlServerResource”、“配置 Azure SQL”、“彈性池”、“防火牆規則”。 來源:microsoft/agent-skills。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/microsoft/agent-skills --skill azure-resource-manager-sql-dotnet
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 azure-resource-manager-sql-dotnet?

適用於 .NET 中的 Azure SQL 的 Azure 資源管理器 SDK。用於管理平面操作:通過 Azure 資源管理器創建/管理 SQL 服務器、數據庫、彈性池、防火牆規則和故障轉移組。不適用於數據平面操作(執行查詢)- 為此使用 Microsoft.Data.SqlClient。觸發器:“SQL 服務器”、“創建 SQL 數據庫”、“管理 SQL 資源”、“ARM SQL”、“SqlServerResource”、“配置 Azure SQL”、“彈性池”、“防火牆規則”。 來源:microsoft/agent-skills。

如何安裝 azure-resource-manager-sql-dotnet?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/microsoft/agent-skills --skill azure-resource-manager-sql-dotnet 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/microsoft/agent-skills