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

C# integration

✓ Official SDK
Install
dotnet add package azure-sdk-for-net
Returns a list of locations to which you can ship the disks associated with a…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.ImportExport/locations
Returns the list of operations supported by the import/export resource provider.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.ImportExport/operations
Returns the details about a location to which you can ship the disks associat…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.ImportExport/locations/{locationName}
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-net
C#
API
azure.com
azure.com:storageimportexport
At a glance
Language C#
Endpoints10
✓ Official