Using azure-sdk-for-net with azure.com

C# integration

✓ Official SDK
Install
dotnet add package azure-sdk-for-net
Gets the list of action plans
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.Deployment.Admin/locations/global/actionPlans
Gets the specified action plan
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.Deployment.Admin/locations/global/actionPlans/{planId}
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-net
C#
API
azure.com
azure.com:azsadmin-ActionPlan
At a glance
Language C#
Endpoints2
✓ Official