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

C# integration

✓ Official SDK
Install
dotnet add package azure-sdk-for-net
Provides a pageable list of jobs.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupJobs
Gets exteded information associated with the job.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupJobs/{jobName}
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-net
C#
API
azure.com
azure.com:recoveryservicesbackup-jobs
At a glance
Language C#
Endpoints2
✓ Official